Proper Way to Generate MD5 Hash for XCache Administration Password with md5sum or PHP Tinkamas būdas Sukurti MD5 hash už xcache administracijos Slaptažodis su md5sum arba 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 yra PHP kodas operacijos cacher, dažniau vadinamas PHP greitintuvo kad pagreitina PHP puslapius aptarnavimo ir sumažina žiniatinklio serverio apkrova. 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 ateina su interneto administravimo puslapyje (admin-page) vartotojo sąsają, kuri leidžia administratoriams ar webmasterzy stebėti ir veikti PHP kodas operacijos talpyklą atminties su efektyvumo statistiką. 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. Norėdami naudoti šį admin puslapį, kad vartotojo ID ir slaptažodis turi būti "php.ini konfigūracijos failą xcache.admin.user ir xcache.admin.pass parametras uwierzytelnić http-auth procesą.

For security purpose, password value entered in xcache.admin.pass has to be the MD5 hash. Dėl saugumo tikslu slaptažodį vertės įrašytas į xcache.admin.pass turi būti MD5 hash. When user go to XCache admin-page, the http-auth will prompt to ask for user name and password credential. Kai vartotojas pereiti į xcache admin-puslapyje http-auth paskatins prašyti vartotojo vardą ir slaptažodį pažymėjimus. 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. Jeigu MD5 maišos vertė slaptažodį, kad vartotojas nori ir laikoma teisinga, iš tikrųjų yra klaidinga, tada vartotojas negali prisijungti prie administratoriaus puslapio.

To Į generate the MD5 hashes generuoti MD5 hashes for your desired password for XCache admin-page in PHP.INI, there are plenty of methods. už norimą slaptažodį xcache admin-puslapio php.ini, yra daugybė bū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. Šių dviejų būdų yra paprasčiausiais būdas slaptažodį's MD5 vertė be grėsmės saugumui perduodant slaptažodį visoje tinklo arba interneto teksto.

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: Sukurti naują PHP skripto puslapio serverio ir įdėti failą į svetainę arba virtualus katalogas prieinamas iš interneto:

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

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 išsaugoti failą su bet kokiu vardu, gali prašyti iš interneto naršykle, naudodami savo domeno pavadinimą ir gauti MD5 maišos vertė slaptažodį, ir atnaujinti php.ini su vertės.

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 yra kompiuterinė programa, kuri apskaičiuoja ir patikrina MD5 hashes ir įdiegta pagal nutylėjimą daugumoje UNIX, Linux ir Unix operacinių sistemų ar suderinamumo sluoksniai, įskaitant Centos, populiariosios operacinės sistemos interneto pavaduojančius.

To generate MD5 hash value for the password using md5sum, the correct syntax is as follow: Norėdami MD5 maišos vertė slaptažodį, naudodami md5sum, teisingą sintaksė yra tokia:

echo -n “password” | md5sum echo-n "slaptažodį" | md5sum

SSH to the server and run above command, the enter the value generate into PHP.INI. SSH prie serverio ir paleisti virš komandą, įveskite vertė generuoti į php.ini.

In both cases, restart Apache web server after editing PHP.INI to make the changes effective. Abiem atvejais, paleiskite Apache web serverį po redaguoti php.ini padaryti pakeitimus veiksminga.

IMPORTANT : The page is machine translated and provided "as is" without warranty. DĖMESIO: Šis puslapis yra mašina išvertė ir pateikiama "kaip yra" be garantijų. Machine translation may be difficult to understand. Mašininio vertimo, gali būti sunku suprasti. Please refer to Remkitės original English article originalas anglų straipsnis whenever possible. jei įmanoma.


3 Responses to “Proper Way to Generate MD5 Hash for XCache Administration Password with md5sum or PHP” 3 Responses to "tinkamas būdas Sukurti MD5 hash už xcache administracijos Slaptažodis su md5sum arba PHP"

  1. How to Calculate and Generate MD5 Hash Value in Linux and Unix with md5sum » My Digital Life Kaip apskaičiuoti ir Sukurti MD5 hash Vertė Linux ir Unix su md5sum »Mano skaitmeninis gyvenimas
    December 10th, 2008 02:26 Gruodžio 10 d. 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 [...] [...] Serveriai powered by Cpanel ar Plesk, jei administratoriai ar webmasterzy turi bendrai generuoti MD5 hash ir slaptažodis naudojami PHP ar kitų interneto [...]

  2. michosn michosn
    April 24th, 2008 10:24 Balandis 24, 2008 10:24
    2 2

    i found many sites that give md5 coding and decoding like i rasta daug svetainių, kurios suteikia MD5 kodavimo ir dekodavimo kaip
    http://www.joomlaaa.com/md5-coding-decoding http://www.joomlaaa.com/md5-coding-decoding
    i do not know how they can decode md5 Aš nežinau, kaip jie gali iššifruoti MD5
    anyone know a script to decode md5? anyone know scenarijų iššifruoti md5?

  3. vlader vlader
    April 22nd, 2008 19:54 Balandis 22, 2008 19:54
    1 1

    The correct script is Teisingas scenarijų

    Without “” in (). Be "" ir ().

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> Galite naudoti šias žymeles: <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. Subscribe to comments funkcija buvo išjungta. To receive notification of latest comments posted, subscribe to Norėdami gauti pranešimus apie naujausius komentarų, užsiprenumeruoti My Digital Life Comments RSS feed Mano skaitmeninis gyvenimas Komentarų RSS or arba register to receive registruotis, norint gauti new comments in daily email digest. Nauji komentarai kasdien elektroniniu paštu.
Custom Search

New Articles Nauji straipsniai

Incoming Search Terms for the Article Incoming Paieška Sąlygos straipsnį

linux md5 password linux MD5 slaptažodį - -- linux password hash linux slaptažodį maišos - -- md5 password linux md5 slaptažodį linux - -- linux password md5 linux slaptažodį MD5 - -- md5sum password generator md5sum slaptažodį generatorius - -- hash admin Maišos admin - -- md5sum password md5sum slaptažodį - -- md5 hash decoder MD5 hash dekoderis - -- linux md5 hash linux MD5 hash - -- md5 hash linux MD5 hash linux - -- generate md5 password sugeneruoti md5 slaptažodį - -- linux generate md5 hash linux generuoti MD5 hash - -- generate md5sum generuoti md5sum - -- create md5 password sukurti md5 slaptažodį - -- create md5 hash linux sukurti MD5 hash linux - -- linux md5 hash password linux MD5 hash slaptažodį - -- md5sum check password md5sum Patikrinti slaptažodį - -- linux hash password linux maišos slaptažodį - -- decode md5 hash decode MD5 hash - -- linux generate password md5 linux sugeneruoti slaptažodį MD5 - -- linux create md5 hash linux sukurti MD5 hash - -- using hash in password security free ebook naudojant maišos ir slaptažodį saugumo nemokamai ebook - -- linux create md5 pass linux sukurti md5 pass - -- md5 password generate linux md5 slaptažodį sugeneruoti linux - -- md5 linux password md5 linux slaptažodį - -- generate md5 hash password generuoti MD5 hash slaptažodį - -- linux generate hashed pw linux generuoti haszowanej lj - -- linux create md5 linux sukurti md5 - -- linux create md5 password linux sukurti md5 slaptažodį - -- admin md5 hash admin MD5 hash - -- php md5 unix password generation Php MD5 unix slaptažodį kartos - -- linux generate password hash pw.pl linux sugeneruoti slaptažodį maišos pw.pl - -- create MD5 password linux sukurti MD5 slaptažodį linux - -- md5 hash password linux MD5 hash slaptažodį linux - -- generate md5 password linux sugeneruoti md5 slaptažodį linux - -- generate md5 passwords generuoti MD5 slaptažodžius - -- md5 digest generate linux gcc md5 sąrašas generuoti linux gcc - -- md5 hash linux generating MD5 hash linux kuriančio - -- how do i unzip a file in vista Kaip Išarchyvuoti failą Vista - -- md5 generator linux MD5 Generatorius linux - -- make md5 password padaryti md5 slaptažodį - -- generate md5 password hash sugeneruoti slaptažodį MD5 hash - -- how to generate MD5 password kurti MD5 slaptažodį - -- md5sum decoder md5sum dekoderis - -- md5 password + linux md5 slaptažodį + linux - -- linux how to create md5 hash linux, kaip sukurti MD5 hash - -- saving password in md5 format text file in php taupymo slaptažodį MD5 formato tekstas failą Php - -- generate md5 password hash linux sugeneruoti md5 slaptažodžio maišos linux - -- generating md5 hash linux kuriančio MD5 hash linux - -- linux generer un md5 linux generer ir MD5 - --