Last Version

Secure Password Hash 1.1.0

A helper class for hashing passwords using hashes. Uses PBKDF2WithHmacSHA1 by default.

License

License

Categories

Categories

Security
GroupId

GroupId

com.java-adventures.security
ArtifactId

ArtifactId

secure-password-hash
Version

Version

1.1.0
Type

Type

jar
Description

Description

Secure Password Hash
A helper class for hashing passwords using hashes. Uses PBKDF2WithHmacSHA1 by default.

Download secure-password-hash 1.1.0


<!-- 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"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.12

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.