I have seen various methods for properly salting a password. The basic premise is that you attach a random string to each password before hashing and saving it. Is it possible to store salt in the same table as the password? Also, does it matter if the salt is stored as plain text, if each record has a different salt?
mysql passwords md5 sha1
Eric Di Bari
source share