SHA256-CRYPT / SHA512-CRYPT in node.js

后端 未结 3 1878
鱼传尺愫
鱼传尺愫 2021-01-24 17:42

I use dovecot as my mail transfer agent and I aim to use the strongest password scheme which is supported by my system: SHA512-CRYPT or SHA256-CRYPT

3条回答
  •  花落未央
    2021-01-24 18:34

    You may consider checking: https://github.com/mvo5/sha512crypt-node which contains a implementation for sha512crypt in JS. Its very new but passes the testvectors from the glibc reference implementation.

提交回复
热议问题