Re: MD5
- From: Thierry <abuse@xxxxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 20:54:35 +0200
Andy Hassall a écrit :
On Thu, 29 Sep 2005 20:18:58 +0200, Thierry <abuse@xxxxxxxxxxxxx> wrote:
The function md5 encrypts a string : md5('hello') --> 5d41402abc4b2a76b9719d911017c592
No, it does not encrypt a string. It hashes a string.
But how do we uncrypt a md5 string ? function('5d41402abc4b2a76b9719d911017c592') --> hello
You cannot. It is impossible to go back to the original value.
In this case, what algo should I use ? Is there any encryption/decryption algo esay to use ?
Titi
.
- Prev by Date: Re: Arrays and Pointers
- Next by Date: Re: Cannot Change php.ini
- Previous by thread: Re: MD5
- Next by thread: Re: MD5
- Index(es):