KDF

acronym

cryptography

Stands for: key derivation function

A function that turns a secret into one or more cryptographic keys.

A key derivation function stretches or transforms input keying material into keys. Password-oriented KDFs (bcrypt, scrypt, Argon2, PBKDF2) are deliberately slow and tunable so that guessing a password stays expensive.

Also known as: kdf

All glossary entries