Last Version

HKDF-RFC5869 1.1.0

A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm compatible with NIST Special Publication 800-56C "Two-Step Key Derivation" scheme.

License

License

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

hkdf
Version

Version

1.1.0
Type

Type

jar
Description

Description

HKDF-RFC5869
A standalone Java implementation of HMAC-based key derivation function (HKDF) defined in RFC 5869 first described by Hugo Krawczyk. HKDF follows the "extract-then-expand" paradigm compatible with NIST Special Publication 800-56C "Two-Step Key Derivation" scheme.
Project URL

Project URL

https://github.com/patrickfav/hkdf
Source Code Management

Source Code Management

https://github.com/patrickfav/hkdf

Download hkdf 1.1.0


<!-- https://jarcasting.com/artifacts/at.favre.lib/hkdf/ -->
<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>hkdf</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/hkdf/
implementation 'at.favre.lib:hkdf:1.1.0'
// https://jarcasting.com/artifacts/at.favre.lib/hkdf/
implementation ("at.favre.lib:hkdf:1.1.0")
'at.favre.lib:hkdf:jar:1.1.0'
<dependency org="at.favre.lib" name="hkdf" rev="1.1.0">
  <artifact name="hkdf" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='hkdf', version='1.1.0')
)
libraryDependencies += "at.favre.lib" % "hkdf" % "1.1.0"
[at.favre.lib/hkdf "1.1.0"]

Dependencies

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.commons : commons-lang3 jar 3.8.1
commons-codec : commons-codec jar 1.11
at.favre.lib : bytes jar 0.8.0

Project Modules

There are no modules declared in this project.