What's the recommended hashing algorithm to use for stored passwords?

Posted by Hissohathair on Stack Overflow See other posts from Stack Overflow or by Hissohathair
Published on 2010-03-31T02:06:14Z Indexed on 2010/03/31 2:13 UTC
Read the original article Hit count: 547

Filed under:
|
|

Given the known weaknesses of MD5 and the recent (May 2009) weaknesses discussed in SHA1, how should new programs be salting & hashing their passwords?

I've seen SHA-256 and SHA-512 suggested.

Programming predominately in Ruby on Rails and using PostgreSQL -- but other languages and environments might also have to calculate password hashes.

© Stack Overflow or respective owner

Related posts about passwords

Related posts about encryption