File: control

package info (click to toggle)
libjbcrypt-java 0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 156 kB
  • sloc: java: 1,217; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 962 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 (>= 7.0.50), javahelper (>= 0.30), default-jdk
Standards-Version: 3.9.2
Homepage: http://www.mindrot.org/projects/jBCrypt/
Vcs-Git: git://git.debian.org/pkg-java/libjbcrypt-java.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/libjbcrypt-java.git

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).