MVN

at.favre.lib : bcrypt

Maven & Gradle

Feb 12, 2023
27 usages
358 stars

BCrypt Password Hashing Function · 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.

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

Latest Version

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

  • Latest Stable: 0.10.2

All Versions

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

Version Vulnerabilities Updated
0.10.x
bcrypt-0.10.2
bcrypt-0.10.1
0.9.x
bcrypt-0.9.0
0.8.x
bcrypt-0.8.0
0.7.x
bcrypt-0.7.0
0.6.x
bcrypt-0.6.0
0.5.x
bcrypt-0.5.0
0.4.x
bcrypt-0.4.1
bcrypt-0.4.0
0.3.x
bcrypt-0.3.0
0.2.x
bcrypt-0.2.0
0.1.x
bcrypt-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>bcrypt</artifactId>
    <version>0.10.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'at.favre.lib:bcrypt:0.10.2'

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

implementation("at.favre.lib:bcrypt:0.10.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "at.favre.lib" % "bcrypt" % "0.10.2"

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

Dec 17, 2019
5 usages
11 stars
Nov 16, 2018
6 usages
0 stars
Dec 15, 2020
22 usages
157 stars
Feb 19, 2022
14 usages
453 stars
Apr 23, 2006
18 usages
Mar 01, 2018
5 usages
4 stars
Jun 02, 2021
15 usages
5.3k stars
Nov 30, 2018
9 usages
58 stars
Nov 29, 2019
7 usages
36 stars