[Haskell-cafe] Password hashing

Michał Pałka michal.palka at poczta.fm
Tue Oct 28 11:56:00 EDT 2008


On Tue, 2008-10-28 at 18:49 +0300, Bulat Ziganshin wrote:
> Tuesday, October 28, 2008, 6:42:34 PM, you wrote:
> 
> > What library can be used to securely hash passwords? From what I
> 
> any secure hash, say SHA512

It's a good idea to salt your passwords before hashing, though. See
http://en.wikipedia.org/wiki/Salt_(cryptography)

Best,
Michał



More information about the Haskell-Cafe mailing list