[Haskell-cafe] Password hashing

Don Stewart dons at galois.com
Tue Oct 28 13:21:14 EDT 2008


bulat.ziganshin:
> Hello Bit,
> 
> 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

And there are multiple bindings and implementations of SHA on
hackage.haskell.org.

nano-hmac provides a binding to openssl's version, while 'crypto' has a
pure haskell version.


More information about the Haskell-Cafe mailing list