Understanding the Difference Between MD5 and Crypt Functions
Saturday, February 2nd, 2008If you’re working with a user-management system in PHP (or any scripting language), than you’re likely using either the md5() or crypt() function to encode and store the user’s password.
An oft-asked question - and oft-misunderstood - is what is the difference? Is one better than the other?
(more…)