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 compatible to NIST 800-56C Rev. 1 two step KDF
java nist cryptography hash hmac hkdf kdf java7 rfc5869 jdk7 hmac-sha1 hmac-sha512 hmac-sha256 android-compatibility key-derivation-function 800-56c two-step-key-derivation
- Updated
Feb 12, 2024 - Java