Jar examples for j:jBCrypt
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.
ISC/BSD licence
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'
Click the following link to download the jar file.
jBCrypt-0.4-javadoc.jar