[Haskell-cafe] Password hashing

Thomas Hartman tphyahoo at gmail.com
Tue Nov 25 11:38:16 EST 2008


ah thanks, I'll try again.
> typical salt usage is generation of new salt for every encryption
>operation and storing together with encrypted data



2008/11/25 Bulat Ziganshin <bulat.ziganshin at gmail.com>:
> Hello Thomas,
>
> Tuesday, November 25, 2008, 6:39:27 PM, you wrote:
>
>> Just to note, the comment about md5 is incorrect. I switched to SHA512
>> as you can see in the code.
>
> really? :)
>
>>>    Right s -> -- return . show . md5 . L.pack $ p ++ s
>
> typical salt usage is generation of new salt for every encryption
> operation and storing together with encrypted data
>
>
> --
> Best regards,
>  Bulat                            mailto:Bulat.Ziganshin at gmail.com
>
>


More information about the Haskell-Cafe mailing list