I have a user table in my mysql database that has a password column. Currently, I use the MD5 algorithm to hash the users\' password for storage in the database. Now I like
I am using a combination. For example SHA1(MD5()) is working fine.