License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.java-adventures.security |
ArtifactId | ArtifactIdsecurepassword-hash |
Last Version | Last Version1.0.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/securepassword-hash/ -->
<dependency>
<groupId>com.java-adventures.security</groupId>
<artifactId>securepassword-hash</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.security/securepassword-hash/
implementation 'com.java-adventures.security:securepassword-hash:1.0.0'
// https://jarcasting.com/artifacts/com.java-adventures.security/securepassword-hash/
implementation ("com.java-adventures.security:securepassword-hash:1.0.0")
'com.java-adventures.security:securepassword-hash:jar:1.0.0'
<dependency org="com.java-adventures.security" name="securepassword-hash" rev="1.0.0">
<artifact name="securepassword-hash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.security', module='securepassword-hash', version='1.0.0')
)
libraryDependencies += "com.java-adventures.security" % "securepassword-hash" % "1.0.0"
[com.java-adventures.security/securepassword-hash "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |