MVN

at.favre.lib : hkdf

Maven & Gradle

Feb 11, 2023
12 usages
57 stars

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.

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>hkdf</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : hkdf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of at.favre.lib : hkdf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
hkdf-2.0.0
1.1.x
hkdf-1.1.0
1.0.x
hkdf-1.0.2
hkdf-1.0.1
hkdf-1.0.0
0.4.x
hkdf-0.4.4
hkdf-0.4.3
hkdf-0.4.2
0.3.x
hkdf-0.3.0
0.2.x
hkdf-0.2.1

How to add a dependency to Maven

Add the following at.favre.lib : hkdf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>hkdf</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : hkdf gradle dependency to your build.gradle file:

implementation 'at.favre.lib:hkdf:2.0.0'

Gradle Kotlin DSL: Add the following at.favre.lib : hkdf gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:hkdf:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : hkdf sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "hkdf" % "2.0.0"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
358 stars
Feb 15, 2023
18 usages
149 stars
Feb 11, 2023
12 usages
57 stars
Jun 08, 2020
2 usages
268 stars
Jun 14, 2020
1k stars

Discover Dependencies

Aug 26, 2023
2k stars
Aug 13, 2023
3 usages
2.1k stars
Aug 21, 2023
59 usages
7.7k stars
Oct 11, 2017
8 usages
0 stars
May 31, 2022
May 29, 2019
7 usages
0 stars
Jul 13, 2023
14 usages
26 stars
Dec 21, 2018
1 usages
11 stars
Oct 12, 2017
1 stars