show/hide this revision's text 3 added 34 characters in body

Salt and a SHA1 is generally what I use. It's secure and if your data is compromised it will take a very long time to crack.

A random salt is your best bet including extra information such as a user name, e.g. e.g.:

"salt:password:username". salt:password:username"

This makes rainbow tables unfeasible.

show/hide this revision's text 2 added 157 characters in body

Salt and a SHA1 is generally what I use. It's secure and if your data is compromised it will take a very long time to crack.

A random salt is your best bet including extra information such as a user name, e.g. "salt:password:username". This makes rainbow tables unfeasible.

show/hide this revision's text 1

Salt and a SHA1 is generally what I use. It's secure and if your data is compromised it will take a very long time to crack.