License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.java-adventures.security |
ArtifactId | ArtifactIdsecure-password-hash |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSecure Password Hash
A helper class for hashing passwords using hashes. Uses PBKDF2WithHmacSHA1 by default.
|
<!-- https://jarcasting.com/artifacts/com.java-adventures.security/secure-password-hash/ -->
<dependency>
<groupId>com.java-adventures.security</groupId>
<artifactId>secure-password-hash</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.security/secure-password-hash/
implementation 'com.java-adventures.security:secure-password-hash:1.1.0'
// https://jarcasting.com/artifacts/com.java-adventures.security/secure-password-hash/
implementation ("com.java-adventures.security:secure-password-hash:1.1.0")
'com.java-adventures.security:secure-password-hash:jar:1.1.0'
<dependency org="com.java-adventures.security" name="secure-password-hash" rev="1.1.0">
<artifact name="secure-password-hash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.security', module='secure-password-hash', version='1.1.0')
)
libraryDependencies += "com.java-adventures.security" % "secure-password-hash" % "1.1.0"
[com.java-adventures.security/secure-password-hash "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |