key_derivation_function_kdf

Key derivation function (KDF)

Return to Cryptographic algorithm, Cryptography, secret keys, secret value, password, passphrase, pseudorandom function, cryptographic hash function, block cipher, Diffie–Hellman key exchange, symmetric key, AES, key derivation.

Snippet from Wikipedia: Key derivation function

In cryptography, a key derivation function (KDF) is a cryptographic algorithm that derives one or more secret keys from a secret value such as a master key, a password, or a passphrase using a pseudorandom function (which typically uses a cryptographic hash function or block cipher). KDFs can be used to stretch keys into longer keys or to obtain keys of a required format, such as converting a group element that is the result of a Diffie–Hellman key exchange into a symmetric key for use with AES. Keyed cryptographic hash functions are popular examples of pseudorandom functions used for key derivation.

key_derivation_function_kdf.txt · Last modified: 2024/04/28 03:26 by 127.0.0.1