Download secure-password-hash-1.0.1.jar file - Jar s

Jar examples for s:secure-password-hash

Description

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

You can download jar file secure-password-hash 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add secure-password-hash-1.0.1.jar to your project.

<dependency>
   <groupId>com.java-adventures.security</groupId>
   <artifactId>secure-password-hash</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.java-adventures.security', name: 'secure-password-hash', version: '1.0.1'
libraryDependencies += "com.java-adventures.security" % "secure-password-hash" % "1.0.1"
<dependency org="com.java-adventures.security" name="secure-password-hash" rev="1.0.1"/>
@Grapes(@Grab(group='com.java-adventures.security', module='secure-password-hash', version='1.0.1'))
'com.java-adventures.security:secure-password-hash:jar:1.0.1'

Download

Click the following link to download the jar file.

secure-password-hash-1.0.1-javadoc.jar
secure-password-hash-1.0.1-sources.jar
secure-password-hash-1.0.1.jar
secure-password-hash-1.0.1.pom



Related Tutorials