Discuss This Topic
There are 0 comments in this discussion.
url: http://throwingfire.com/storing-passwords-securely/
Walks through adding successive levels of security to passwords. Including Salt (used by Rails) and Stretching.
Makes mention of password storage standards as well as why pass phrases are more secure than "long" passwords. Also recommends a password policy.
Examples given in Python.