View Single Post
Old 07-20-2004, 05:59 AM   #6 (permalink)
SpaceMonkey
Registered User
 
SpaceMonkey's Avatar
 
Join Date: Jul 2004
Location: Rochester, NY
Posts: 7
SpaceMonkey is on a distinguished road
Lightbulb

If you remove the .toUpperCase(). portion of the code in the hex() function, then the output of the hashing function will be compatible with the output format of Unix/Linux versions of md5sum as well as this JavaScript function for computing MD5 hashes client side (for implementing CHAP login systems)
SpaceMonkey is offline   Reply With Quote