MVN

com.amdelamar : jhash

Maven & Gradle

Feb 08, 2021
1 usages
67 stars

jhash · Password hashing utility in Java. Supports PBKDF2 hmac SHA1/SHA256/SHA512, BCRYPT, and SCRYPT. It salts automatically and has a pepper option.

<dependency>
    <groupId>com.amdelamar</groupId>
    <artifactId>jhash</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.amdelamar : jhash to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of com.amdelamar : jhash to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jhash-2.2.0

How to add a dependency to Maven

Add the following com.amdelamar : jhash maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.amdelamar</groupId>
    <artifactId>jhash</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.amdelamar : jhash gradle dependency to your build.gradle file:

implementation 'com.amdelamar:jhash:2.2.0'

Gradle Kotlin DSL: Add the following com.amdelamar : jhash gradle kotlin dependency to your build.gradle.kts file:

implementation("com.amdelamar:jhash:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.amdelamar : jhash sbt scala dependency to your build.sbt file:

libraryDependencies += "com.amdelamar" % "jhash" % "2.2.0"

Advertisement

Dependencies from Group

Feb 08, 2021
1 usages
67 stars
Feb 08, 2021
26 stars

Discover Dependencies

Feb 08, 2021
2 usages
3 stars
Aug 08, 2022
1 usages
181 stars
May 01, 2021
2 usages
5 stars
Feb 10, 2021
1 usages
8 stars
Apr 15, 2021
1 usages
8 stars
Apr 29, 2021
1 usages
24 stars