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