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.
Related Articles Susiję straipsniai
- How to Calculate and Generate MD5 Hash Value in Linux and Unix with md5sum Kaip apskaičiuoti ir Sukurti MD5 hash Vertė Linux ir Unix su md5sum
- Install XCache PHP Accelerator in Linux by Compiling from Source Įdiekite xcache PHP Accelerator į Linux Surinkimas iš šaltinio
- Run WordPress at Top Fast Speed by Putting Objects and Variables into XCache or eAccelerator Cache Memory (Plugin) Vykdyti WordPress į viršų greitis pagal Eksploatacijos objektai ir kintamieji į xcache ar eAccelerator Cache Memory (plugin)
- Hash Calculator to Get, Compute and Calculate MD5 and SHA1 File Checksum or Hash Value Maišos Skaièiuoklì gauti, apskaičiavimas ir Apskaičiuokite MD5 ir SHA1 Failo Kontrolinė arba hash Reikšmė
- Keep Your Password Safely With MyPadlock Password Manager Keep Your Password Safe Su MyPadlock Slaptažodis Vadybininkas
- Remove The Automatic Appearance of Your Password In The Password Box Pašalinti Automatinis Išvaizda savo slaptažodį langelyje deskriptorius
- Trick to Enable and Allow Windows XP and Vista Remote Desktop Login Without Password (or With Blank Null Password) Trick įjungti ir Leisti, Windows XP ir Vista Remote Desktop prisijungimas Be Slaptažodis (arba Su Tuščiasis Null slaptažodį)
- Forgot Windows Administrator Password? Pamiršote Windows administratoriaus slaptažodį? Ways to Recover and Reset Password in Vista/XP/2003/2K/NT Būdais atkurti ir Atkurti slaptažodį Vista/XP/2003/2K/NT
- Check File Integrity By Comparing Hash Value with FileVerifier Pabandykite Failo vientisumą palyginimas Maišos vertė su FileVerifier
- Apple iPhone Root Password and Mobile User Password Apple iPhone Root Slaptažodis mobilieji Vartotojas Slaptažodis










































December 10th, 2008 02:26 Gruodžio 10 d. 2008 02:26
[...] 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 [...]
April 24th, 2008 10:24 Balandis 24, 2008 10:24
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?
April 22nd, 2008 19:54 Balandis 22, 2008 19:54
The correct script is Teisingas scenarijų
Without “” in (). Be "" ir ().