Proper Way to Generate MD5 Hash for XCache Administration Password with md5sum or PHP Proper Way to Generate MD5 Hash par XCache administrācija paroli ar md5sum vai 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 ir PHP opcode cacher, vairāk pazīstams kā PHP paātrinātājs, kas paātrina PHP-lapām, kas kalpo kā arī samazina tīmekļa servera slodzi. 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 nāk ar interneta lietošanas lapā (admin-lapa) lietotāja saskarne, kas ļauj administratoriem vai webmasters, lai uzraudzītu un darboties PHP opcode kešatmiņa, atmiņas ar izpildes statistiku. 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. Lai izmantotu šo admin-lapu, lietotāja ID un parole ir noteikts php.ini konfigurācijas failu zem xcache.admin.user un xcache.admin.pass parametrs, lai autentificētu http-auth process.

For security purpose, password value entered in xcache.admin.pass has to be the MD5 hash. Drošības nolūkā parole vērtība iekļauta xcache.admin.pass ir MD5 hash. When user go to XCache admin-page, the http-auth will prompt to ask for user name and password credential. Kad lietotājs aiziet uz XCache admin-lapā http-auth rosinās lūgt lietotāja vārdu un paroli credential. 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. Ja MD5 hash vērtību paroli, ko lietotājs vēlas izmantot, un ko uzskata par pareizu, ir nepareizs vienu faktu, tad lietotājs nevar ielogoties admin lapu.

To Uz generate the MD5 hashes radīt MD5 hashes for your desired password for XCache admin-page in PHP.INI, there are plenty of methods. par vēlamo paroli XCache admin-lapā php.ini, tur ir daudz metodes. 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. Šādiem diviem veidiem ir daži vienkāršākais veids, kā iegūt paroli ir MD5 vērtību, neapdraudot drošību, pārraidot paroli pa tīklu vai internetu teksta.

PHP Script PHP skripts

Create a new PHP script page on the webserver, and place the file within a website or virtual directory accessible from Internet: Izveidot jaunu PHP skripta lapu tīmekļa serverī, un vieta failu, kas mājas lapā vai virtu pieejams no interneta:

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

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. Pēc glābšanas failu ar jebkuru nosaukumu, pieprasīt to no Web pārlūku, izmantojot savu domēna vārdu un saņemt MD5 hash vērtību paroli un atjaunināt php.ini ar vērtību.

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 ir datorprogramma, kas aprēķina un pārbauda MD5 hashes, un tiek uzstādīta pēc noklusējuma vairumā Unix, Linux un Unix līdzīgu operētājsistēmu vai saderību slāņiem, ieskaitot CentOS, populāro operētājsistēmu web hosts.

To generate MD5 hash value for the password using md5sum, the correct syntax is as follow: Radīt MD5 hash vērtību parole izmantojot md5sum, pareiza sintakse ir šādas:

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

SSH to the server and run above command, the enter the value generate into PHP.INI. SSH uz servera un palaist iepriekš minēto komandu, vērtības radīt stājas php.ini.

In both cases, restart Apache web server after editing PHP.INI to make the changes effective. Abos gadījumos, restart Apache web serveri pēc rediģēšanas php.ini veikt izmaiņas efektivitāti.

IMPORTANT : The page is machine translated and provided "as is" without warranty. SVARĪGI: lapa mašīna iztulkot un pasniegts tàds, "kàds tas ir" bez garantijas. Machine translation may be difficult to understand. Mašīntulkošanas var būt grūti saprast. Please refer to Lūdzu, skatiet original English article oriģināls angļu rakstu whenever possible. kad vien iespējams.


3 Responses to “Proper Way to Generate MD5 Hash for XCache Administration Password with md5sum or PHP” 3 atbildes uz "Proper Way to Generate MD5 Hash par XCache administrācija paroli ar md5sum vai PHP"

  1. How to Calculate and Generate MD5 Hash Value in Linux and Unix with md5sum » My Digital Life Kā aprēķināt un Sagatavot MD5 Hash Vērtība Linux un Unix ar md5sum »My Digital Life
    December 10th, 2008 02:26 Decembris 10, 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 [...] [...] Serveri powered by cPanel vai Plesk, ja administrators vai webmasters ir kopīgi radītu MD5 hash par paroli, ko lieto in PHP skriptu vai citu interneta [...]

  2. michosn michosn
    April 24th, 2008 10:24 Aprīlis 24, 2008 10:24
    2 2

    i found many sites that give md5 coding and decoding like es atradu daudzas vietnes, kas dod md5 kodēšana un dekodēšana, piemēram,
    http://www.joomlaaa.com/md5-coding-decoding http://www.joomlaaa.com/md5-coding-decoding
    i do not know how they can decode md5 Es nezinu, kā viņi var atkodēt MD5
    anyone know a script to decode md5? ikviens zina, skriptu atkodēt MD5?

  3. vlader vlader
    April 22nd, 2008 19:54 Aprīlis 22, 2008 19:54
    1 1

    The correct script is Pareizs skripts ir

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

Leave a Reply Leave a Reply

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> Jūs varat izmantot šos tagus: <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. Parakstīties uz komentāriem iezīme ir atspējota. To receive notification of latest comments posted, subscribe to Saņemt informāciju par jaunāko komentārus, parakstīties uz My Digital Life Comments RSS feed Mana Digital Life Comments RSS feed or vai register to receive reģistrēties, lai saņemtu new comments in daily email digest. jauni komentāri ikdienas e-pasta sagremot.
Custom Search

New Articles Jauns pants

Incoming Search Terms for the Article Ienākošo Meklēt noteikumi pants

MD5 opcode MD5 opcode - -- how to generate md5 password Kā izveidot MD5 parole - -- linux md5 password Linux md5 parole - -- linux md5 hash password linux MD5 hash parole - -- md5sum passwords md5sum paroles - -- generate md5sum password radīt md5sum parole - -- create MD5 passwd on windows izveidot MD5 passwd uz logiem - -- linux password hash Linux paroles hash - -- generate md5 password radīt md5 parole - -- linux md5 password Linux md5 parole - -- linux md5 hash Linux MD5 hash - -- md5 hash linux MD5 hash linux - -- ssh generate md5 sum ssh radīt md5 summa - -- generate md5sum passwords radīt md5sum paroles - -- linux md5 password generator linux md5 password generator - -- linux generate digest hash linux radīt sagremot hash - -- MD5SUM create password Md5sum izveidot parole - -- password encryption md5sum parole šifrēšana md5sum - -- Spring Security + password md5 Pavasara Security + parole md5 - -- windows md5sum password logi md5sum parole - -- decode hashes page yahoo user atšifrēt hashes page lauķis lietotājs - -- linux hashing passwords Linux hashing paroles - -- md5sum password md5sum parole - -- md5 linux pass hash md5 linux pass hash - -- generate md5 hash linux radīt MD5 hash linux - -- how to generate ssha hash Kā izveidot ssha hash - -- linux md5 passwort hash linux md5 Passwort hash - -- md5sum password linux md5sum parole linux - -- create md5 hash linux file izveidot MD5 hash Linux failu - -- generating password using md5sum radīt parole izmantojot md5sum - -- generate md5 password linux radīt md5 parole linux - -- how to set md5 on a password in linux kā iestatīt md5 par paroli linux - -- how to generate an md5 password Kā izveidot MD5 parole - -- linux md5 passwort Linux md5 Passwort - -- md5sum linux pass md5sum Linux iet - -- md5 hash password linux MD5 hash parole linux - -- pasword md5 pasword MD5 - -- password hash reader parole hash lasītājs - -- generate passwd for linux md5sum radīt passwd Linux md5sum - -- password hash in linux file parole hash Linux failu - -- rhel5 linux generate md5 password hash rhel5 linux radīt md5 paroles hash - -- decrypt md5 password MD5 hash spring atšifrēt md5 parole MD5 hash pavasaris - -- generate a security picture +php radīt drošības draugi + php - -- generate password hash linux ģenerēt paroles hash linux - -- md5sums.exe a password md5sums.exe parole - -- php apache hash php apache hash - -- password linux md5 parole linux MD5 - -- create password linux radīt parole linux - -- encrypt password in linux šifrētu paroli, Linux - -- how to create password by md5 hash kā izveidot paroli md5 hash - --