kdf topic
bcrypt
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distrib...
hkdf
A standalone Java 7 implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm which is compatibl...
argon2-browser
Argon2 library compiled for browser runtime
noble-hashes
Audited & minimal JS implementation of hash functions, MACs and KDFs.
Practical-Cryptography-for-Developers-Book
Practical Cryptography for Developers: Hashes, MAC, Key Derivation, DHKE, Symmetric and Asymmetric Ciphers, Public Key Cryptosystems, RSA, Elliptic Curves, ECC, secp256k1, ECDH, ECIES, Digital Signatu...
SecurityDriven.Inferno
:white_check_mark: .NET crypto done right. Professionally audited.
crypto-password
Library for securely hashing passwords
scrypt-async-js
Fast "async" scrypt implementation in JavaScript
yescrypt
Password-based key derivation function and password hashing scheme building upon scrypt
ocaml-pbkdf
Password based key derivation functions from PKCS#5, RFC 2898