Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
RFC5869: HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
Pure JavaScript implementation of the scrypt key deriviation function that is fully compatible with Node.js and the browser.