[erlang-questions] SHA-256/512 password hashing

Dmitry Kolesnikov dmkolesnikov@REDACTED
Wed May 21 15:49:22 CEST 2014


Hello,

This is part of crypto
http://erlang.org/doc/man/crypto.html
hash_algorithms() =  md5 | ripemd160 | sha | sha224 | sha256 | sha384 | sha512

e.g. crypto:hash(sha256, <<“xxx”>>).

- Dmitry

On 21 May 2014, at 16:45, Per Hedeland <per@REDACTED> wrote:

> Hi,
> 
> Surely someone has already implemented the SHA-256- and SHA-512-based
> password hashing algorithms used by current libc crypt(3) implementations,
> as specified in http://www.akkadia.org/drepper/SHA-crypt.txt, in Erlang,
> and is willing to share the result? I didn't succeed with google...
> 
> --Per Hedeland
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list