rfc5869
There are 7 repositories under rfc5869 topic.
patrickfav/hkdf
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
hannesm/ocaml-hkdf
HMAC-based Extract-and-Expand Key Derivation Function (HKDF) (RFC 5869)
schnef/hkdf
Erlang HMAC-based Extract-and-Expand Key Derivation Function (HKDF)
LogicSoftware/WebPushEncryption
Chrome/Mozilla push notifications payload encryption for .NET
aenglisc/hkdf_erlang
An implementation of HKDF in Erlang.
andreimilto/HKDF.Standard
Fast, cross-platform, RFC-compliant implementation of HMAC-based Extract-and-Expand Key Derivation Function (HKDF) in .NET Standard
carlosmakin/hkdf
An implementation of the HMAC-based Key Derivation Function (HKDF) mechanism as per RFC 5869.