Key Derivation (PBKDF2 / HKDF)

Key Derivation Functions convert a password or input key material into one or more cryptographic keys. PBKDF2 is designed for password-based key derivation (slow by design). HKDF is designed for deriving keys from high-entropy input.

Inputs

Tips

Standards: RFC 2898 (PBKDF2), RFC 5869 (HKDF), NIST SP 800-132

Open the Key Derivation (PBKDF2 / HKDF) tool — free, runs entirely in your browser.

Related Key Management tools