Crypto module
Argon2
https://github.com/ranisalt/node-argon2
Bcrypt
https://github.com/kelektiv/node.bcrypt.js
sjcl (By standford)
https://github.com/bitwiseshiftleft/sjcl/tree/3668e639bc78e910815f501d55458e968845edc2
PyCrypto (python crypto module)
https://pycryptodome.readthedocs.io/en/latest/src/introduction.html
Web Crypto API
https://www.w3.org/TR/WebCryptoAPI/#crypto-interface
https://developer.mozilla.org/en-US/docs/Web/API/Crypto
https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto/digest
Last updated