Download jBCrypt-0.4.jar file - Jar j

Jar examples for j:jBCrypt

Description

A Java implementation of OpenBSD's Blowfish password hashing code http://www.mindrot.org/projects/jBCrypt

You can download jar file jBCrypt 0.4 in this page.

License

ISC/BSD licence

Build File

You can use the following script to add jBCrypt-0.4.jar to your project.

<dependency>
   <groupId>de.svenkubiak</groupId>
   <artifactId>jBCrypt</artifactId>
   <version>0.4</version>
</dependency>
compile group: 'de.svenkubiak', name: 'jBCrypt', version: '0.4'
libraryDependencies += "de.svenkubiak" % "jBCrypt" % "0.4"
<dependency org="de.svenkubiak" name="jBCrypt" rev="0.4"/>
@Grapes(@Grab(group='de.svenkubiak', module='jBCrypt', version='0.4'))
'de.svenkubiak:jBCrypt:jar:0.4'

Download

Click the following link to download the jar file.

jBCrypt-0.4-javadoc.jar
jBCrypt-0.4-sources.jar
jBCrypt-0.4.jar
jBCrypt-0.4.pom



Related Tutorials