md5()
Posted: Mon Mar 28, 2005 11:13 am
What the md5() puts out is a 32char hash correct? Nevermore or less then 32?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
http://ca.php.net/md5 wrote:Calculates the MD5 hash of str using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. The hash is a 32-character hexadecimal number. If the optional raw_output is set to TRUE, then the md5 digest is instead returned in raw binary format with a length of 16.