Proper Way to Generate MD5 Hash for XCache Administration Password with md5sum or PHP Proper Way to Generovať MD5 hash XCache Správa Heslo s md5sum či PHP

XCache is a PHP opcode cacher, more commonly known as PHP accelerator that speeds up PHP-based web pages serving and reduces web server load. XCache je PHP opcode cacher, častejšie známych ako PHP urýchľovača, ktorý urýchľuje PHP-založené webovej stránky slúžia web server a znižuje zaťaženie. XCache comes with a web-based administration page (admin-page) user interface that allows administrators or webmasters to monitor and operate the PHP opcode cache in the memory with the performance statistics. XCache príde s on-line riadenie stránok (admin-stránka) užívateľské rozhranie, ktoré umožňuje administrátorom alebo webmasters sledovať a ovládať PHP opcode cache v pamäti s výkonom štatistiky. To use this admin-page, an user ID and password have to be defined in PHP.INI configuration file under xcache.admin.user and xcache.admin.pass parameter to authenticate the http-auth process. Ak chcete použiť túto admin-stránky, čo je používateľské meno a heslo musí byť definovaná v konfiguračnom súbore php.ini podľa xcache.admin.user a xcache.admin.pass parameter dokladajúce http-auth procesu.

For security purpose, password value entered in xcache.admin.pass has to be the MD5 hash. Z bezpečnostných dôvodov heslo hodnotou zapísanou v xcache.admin.pass má byť MD5 hashe. When user go to XCache admin-page, the http-auth will prompt to ask for user name and password credential. Keď užívateľ ísť do XCache admin-stránku, http-auth nepodnietilo požiadať o užívateľské meno a heslo poverenie. If the MD5 hash value for the password that user wants to use and assumed to be correct, is in fact a wrong one, then user will unable to login to the admin-page. Ak sa MD5 hash hodnota pre heslo, ktoré používateľ chce použiť, a predpokladá, že je správne, je v skutočnosti zlé jedno, potom budú schopní sa prihlásiť do admin-stránku.

To Do generate the MD5 hashes vygenerovať MD5 hash for your desired password for XCache admin-page in PHP.INI, there are plenty of methods. pre vaše požadované heslo pre XCache admin-stránku v php.ini, existuje veľa metód. The following two ways are some of the simplest way to get the password's MD5 value without compromising security by transmitting password across network or Internet in plain text. Nasledujúce dva spôsoby, ako sú niektoré najjednoduchší spôsob, ako získať heslo v MD5 hodnoty bez toho, aby by bola ohrozená bezpečnosť zaslaním hesla cez sieť Internet, alebo vo formáte obyčajného textu.

PHP Script PHP Script

Create a new PHP script page on the webserver, and place the file within a website or virtual directory accessible from Internet: Vytvoriť novú stránku PHP skript na webserver a umiestnite súbor do webovej stránky alebo virtuálny adresár prístupný z internetu:

<?php <? Php
echo md5(”password”); echo md5 ( "heslo");
?> ?>

After saving the file with any name, request it from web browser using your domain name and get the MD5 hash value for your password, and update PHP.INI with the value. Po uložení súboru sa žiadne meno, žiadosť je z webového prehľadávača pomocou vašej domény a získať MD5 hash hodnotu pre svoje heslo, a aktualizovať php.ini s hodnotou.

md5sum md5sum

md5sum is a computer program which calculates and verifies MD5 hashes, and is installed by default in most Unix, Linux, and Unix-like operating systems or compatibility layers, including CentOS, the popular operating system for web hosts. md5sum je počítačový program, ktorý počíta a overuje MD5 hash a je nainštalovaný vo väčšine Unix, Linux a Unix-ako sú operačné systémy alebo kompatibility vrstiev, vrátane CentOS, populárny operačný systém pre web zástupcov.

To generate MD5 hash value for the password using md5sum, the correct syntax is as follow: Vygenerovať MD5 hash hodnota pre heslo pomocou md5sum, správnej syntaxe je nasledovné:

echo -n “password” | md5sum echo-n "heslo" | md5sum

SSH to the server and run above command, the enter the value generate into PHP.INI. SSH na server a spustiť nad príkaz, zadajte hodnotu vytvárajú v php.ini.

In both cases, restart Apache web server after editing PHP.INI to make the changes effective. V oboch prípadoch, reštartujte Apache web server po editaci php.ini vykonať zmeny účinné.

IMPORTANT : The page is machine translated and provided "as is" without warranty. Upozornenie: Stránka je stroje preložené a poskytované "tak ako sú" bez záruky. Machine translation may be difficult to understand. Strojový preklad môže byť ťažké pochopiť. Please refer to Obráťte sa prosím na original English article Anglický originál článku whenever possible. kedykoľvek je to možné.


3 Responses to “Proper Way to Generate MD5 Hash for XCache Administration Password with md5sum or PHP” 3 Reakcie na "Správna cesta k Generovať MD5 hash XCache Správa Heslo s md5sum či PHP"

  1. How to Calculate and Generate MD5 Hash Value in Linux and Unix with md5sum » My Digital Life Ako vypočítať a Generovať MD5 hashe Hodnota Linux a Unix s md5sum »My Digital Life
    December 10th, 2008 02:26 10. december 2008 02:26
    3 3

    [...] servers powered by cPanel or Plesk, where administrators or webmasters have to commonly generate MD5 hash for the password used in PHP scripts or other web [...] [...] Servery powered by cPanel Plesk alebo, ak je správca alebo webmasteri sa bežne vytvárajú MD5 hash hesla používaných v PHP skripty alebo iný web [...]

  2. michosn michosn
    April 24th, 2008 10:24 24. apríla 2008 10:24
    2 2

    i found many sites that give md5 coding and decoding like Našiel som veľa miest, ktoré poskytujú md5 kódovanie a dekódovanie rád
    http://www.joomlaaa.com/md5-coding-decoding http://www.joomlaaa.com/md5-coding-decoding
    i do not know how they can decode md5 Neviem, ako môžu dekódovať md5
    anyone know a script to decode md5? niekto vedieť skriptu pre dekódovanie md5?

  3. vlader vlader
    April 22nd, 2008 19:54 22. apríl 2008 19:54
    1 1

    The correct script is Správny skript

    Without “” in (). Bez "" v ().

Leave a Reply Nechaj Odpoveď

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Môžete použiť tieto značky: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Vyberajte komentáre funkcia bola vypnutá. To receive notification of latest comments posted, subscribe to Ak chcete dostávať oznámenie o najnovšie komentáre posta, prihláste sa My Digital Life Comments RSS feed My Digital Life Komentáre RSS or alebo register to receive register pre príjem new comments in daily email digest. nové komentáre v dennom email Digest.
Custom Search

New Articles Nové články

Incoming Search Terms for the Article Incoming Vyhľadávanie Podmienky pre článok

linux md5 password linux md5 hesla - -- linux password hash linux heslo hash - -- md5 password linux md5 heslo linux - -- linux password md5 linux heslo md5 - -- md5sum password generator md5sum heslo generátor - -- hash admin hash admin - -- md5sum password md5sum heslo - -- md5 hash decoder md5 hash dekódovač - -- linux md5 hash linux md5 hash - -- md5 hash linux md5 hash linux - -- generate md5 password vygeneruje md5 hesla - -- linux generate md5 hash linux generovanie md5 hashe - -- generate md5sum generovať md5sum - -- create md5 password vytvoriť md5 hesla - -- create md5 hash linux vytvoriť md5 hash linux - -- linux md5 hash password linux md5 hash hesla - -- md5sum check password md5sum kontrolu hesla - -- linux hash password linux hash hesla - -- decode md5 hash dekódovať md5 hash - -- linux generate password md5 linux vygenerovať heslo md5 - -- linux create md5 hash linux vytvorenia MD5 hashe - -- using hash in password security free ebook pomocou hash hesla v bezpečnostnej zadarmo ebook - -- linux create md5 pass linux vytvoriť md5 permanentka - -- md5 password generate linux md5 hesla generovať linux - -- md5 linux password md5 linux heslo - -- generate md5 hash password vygeneruje md5 hash hesla - -- linux generate hashed pw linux generovať hashovaný adresár pw - -- linux create md5 linux vytvoriť md5 - -- linux create md5 password linux vytvoriť md5 hesla - -- admin md5 hash admin md5 hash - -- php md5 unix password generation php md5 unix heslo generácie - -- linux generate password hash pw.pl linux vygenerovať heslo hash pw.pl - -- create MD5 password linux vytvoriť MD5 hesla linux - -- md5 hash password linux md5 hash hesla linux - -- generate md5 password linux vygeneruje md5 heslo linux - -- generate md5 passwords vygeneruje md5 hesla - -- md5 digest generate linux gcc md5 stráviť generovať linux gcc - -- md5 hash linux generating md5 hash linux generovanie - -- how do i unzip a file in vista Ako rozbaliť súbor vo vista - -- md5 generator linux md5 generátor linux - -- make md5 password urobiť md5 hesla - -- generate md5 password hash vygeneruje md5 hash hesla - -- how to generate MD5 password ako generovať MD5 heslá - -- md5sum decoder md5sum dekódovač - -- md5 password + linux md5 hesla + linux - -- linux how to create md5 hash linux, ako vytvoriť md5 hash - -- saving password in md5 format text file in php ukladanie hesla v md5 formáte textového súboru v php - -- generate md5 password hash linux vygeneruje md5 hash hesla linux - -- generating md5 hash linux generovanie md5 hashe linux - -- linux generer un md5 linux générer un md5 - --