Passwords: does size matter, what characters?

Drew Van Zandt drew.vanzandt at gmail.com
Thu Mar 9 21:32:01 EST 2006


> MySQL has a password() function that can do the hashing,

At least one of the common MySQL password hashing functions only cares
about the first 8 characters of the password; the rest can be
anything.  I prefer to use MD5 for the hashes.

--DTVZ



More information about the gnhlug-discuss mailing list