Forum Moderators: coopster
>>It's not quite a real md5
?
PHP's md5 function does indeed calculate the MD5 hash of a string using the RSA Data Security, Inc. MD5 Message-Digest Algorithm, and returns that hash. The md5 hash is specific to the OS it runs on though, so it won't be a portable value that can be checked again on a different system by *rehashing* the string and comparing it the stored hash on a different system (... hopefully that made sense).
If you could explain for what do you want to use the hash value we may be able to offer better direction or solutions ...
That's what I need to know how to do. Thanks
[edited by: coopster at 3:56 pm (utc) on June 3, 2005]
[edit reason] no urls per TOS [webmasterworld.com] [/edit]