Download jBCrypt-0.4.1.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.1 in this page.

License

ISC/BSD licence

Build File

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

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

Download

Click the following link to download the jar file.

jBCrypt-0.4.1-javadoc.jar
jBCrypt-0.4.1-sources.jar
jBCrypt-0.4.1.jar
jBCrypt-0.4.1.pom



Related Tutorials