Page 1 of 1

md5()

Posted: Mon Mar 28, 2005 11:13 am
by anthony88guy
What the md5() puts out is a 32char hash correct? Nevermore or less then 32?

Posted: Mon Mar 28, 2005 11:22 am
by John Cartwright
The manual is useful isnt it?
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.