Last Version

BCrypt Key Derivation Function 0.5.0

A extension of the BCrypt password hashing protocol to fix many of its issues and

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

bkdf
Version

Version

0.5.0
Type

Type

jar
Description

Description

BCrypt Key Derivation Function
A extension of the BCrypt password hashing protocol to fix many of its issues and
Project URL

Project URL

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

Source Code Management

https://github.com/patrickfav/bkdf

Download bkdf 0.5.0


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

Dependencies

compile (3)

Group / Artifact Type Version
at.favre.lib : bytes jar
at.favre.lib : hkdf jar 1.1.0
at.favre.lib : bcrypt jar 0.9.0

test (1)

Group / Artifact Type Version
junit : junit jar

Project Modules

There are no modules declared in this project.