HKDF

HKDF

HKDF is a key derivation function (KDF) based on the HMAC message authentication code that uses an "extract-then-expand" paradigm. It can transform shared secrets, like those from Diffie–Hellman, into key material suitable for various cryptographic applications. HKDF is described in RFC 5869 and has been implemented in numerous programming languages.

1 courses cover this concept

CSCI 1515 Applied Cryptography

Brown University

Spring 2023

Applied Cryptography at Brown University offers a practical take on securing systems. By learning foundational cryptographic algorithms and advanced topics like zero-knowledge proofs and post-quantum cryptography, students gain both theoretical insights and hands-on experience in implementing cryptosystems using C++ and crypto libraries. Label: State-of-art concepts.

No concepts data

+ 63 more concepts