patrickfav / hkdfLinks
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
☆68Updated last year
Alternatives and similar repositories for hkdf
Users that are interested in hkdf are comparing it to the libraries listed below
Sorting:
- A Java implementation of the Libsodium crypto library. For the lazy dev.☆149Updated 2 months ago
- Plain Java implementation of the Noise protocol☆137Updated last year
- Java implementation of RFC 7049: Concise Binary Object Representation (CBOR)☆127Updated 2 weeks ago
- Pure Java implementation of EdDSA☆227Updated 2 years ago
- Pure Java and JNI backed Curve25519 implementation.☆237Updated 3 years ago
- (Android) Networking and Cryptography Library (NaCL) JNI binding. JNI is utilized for fastest access to native code. Accessible either in…☆183Updated 4 years ago
- Java implementation of FIPS 202, SHA3-xxxx, SHAKE128, SHAKE256☆19Updated 4 years ago
- Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianne…