1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: libjbcrypt-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Per Andersson <avtobiff@gmail.com>
Build-Depends:
debhelper (>= 9),
default-jdk,
ant,
javahelper (>= 0.30),
maven-repo-helper (>= 1.5~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/libjbcrypt-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjbcrypt-java.git
Homepage: http://www.mindrot.org/projects/jBCrypt/
Package: libjbcrypt-java
Architecture: all
Depends: ${java:Depends}, ${misc:Depends}
Description: Java implementation of OpenBSD's Blowfish hashing
jBCrypt is an implementation of Blowfish block cipher with modifications
designed to raise the cost of off-line password cracking and frustrate fast
hardware implementation.
.
The intent is to make a compromise of a password database less likely to
result in an attacker gaining knowledge of the plaintext passwords (e.g. using
John the Ripper).
|