An open API service indexing awesome lists of open source software.

https://github.com/jchambers/java-hkdf

A Java implementation of HKDF (RFC 5869)
https://github.com/jchambers/java-hkdf

hkdf java kdf security

Last synced: about 1 year ago
JSON representation

A Java implementation of HKDF (RFC 5869)

Awesome Lists containing this project

README

          

# Java-HKDF

Java-HKDF is a pure Java implementation of the Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF) specified in [IETF RFC 5869](https://datatracker.ietf.org/doc/html/rfc5869).