
28 Oct
2008
28 Oct
'08
1:21 p.m.
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.