is not current version
Last Version 0.9.0

at.favre.lib:bcrypt 0.4.1

Bcrypt is a password hashing function designed by Niels Provos and David Mazières, based on the Blowfish cipher. The core of this implementation is based on jBcrypt, but heavily refactored, modernized and with a lot of updates and enhancements.

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

bcrypt
Version

Version

0.4.1
Type

Type

jar

Download bcrypt 0.4.1


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