b

bcrypt

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.
Files download
File Operation
bcrypt-0.10.2.jar download
bcrypt-0.10.2.pom download
bcrypt-0.10.2-sources.jar download
Apache Maven
<dependency>
  <groupId>at.favre.lib</groupId>
  <artifactId>bcrypt</artifactId>
  <version>0.10.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'at.favre.lib:bcrypt:0.10.2'
Gradle Kotlin
implementation("at.favre.lib:bcrypt:0.10.2")
Scala SBT
libraryDependencies += "at.favre.lib" % "bcrypt" % "0.10.2"
Groovy Grape
@Grapes(
  @Grab(group='at.favre.lib', module='bcrypt', version='0.10.2')
)
Apache Ivy
<dependency org="at.favre.lib" name="bcrypt" rev="0.10.2" />
Leiningen
[at.favre.lib/bcrypt "0.10.2"]
Apache Buildr
'at.favre.lib:bcrypt:jar:0.10.2'