01-13-2009, 03:09 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
The md5() function simply returns a hash of the string that you feed into it. The MD5 hash is usually a 32 character hexadecimal number (a string containing only 0-9 and a-f characters). For an in-depth look at what MD5 does, take a look at the MD5 Wikipedia page but don't get too bogged down in the details as that may confuse you even more.
|
|
|
|