IABSD.fr/ports/java/jBCrypt

Branch :


Log

Author Commit Date CI Message
193f8df8 2015-02-06 14:11:46 update to jBCrypt 0.4, fixing an integer overflow that occurs with very large log_rounds values.
570aa62a 2015-01-18 03:12:39 Drop remaining MD5/RMD160/SHA1 checksums.
46f312ea 2014-05-07 15:42:15 - Unlink jdk/1.6 and make jdk/1.7 the default jdk for all java ports - Adjust java.port.mk and cmake to use 1.7 - Adjust jdk/1.7 for pkg_add upgrades okay sthen@, jasper@, ajacoutot@
e4fa65e7 2013-03-11 11:10:51 PERMIT_* / REGRESS -> TEST sweep
6686fa80 2013-03-02 12:45:19 for ports built from source, bump the MODJAVA_VER from 1.5 to 1.6. as discussed with/ok kurt@
b1ff88db 2012-05-23 15:03:58 die.
2cf3cc04 2012-05-23 15:02:52 import java/jBCrypt, ok okan@ jBCrypt is a Java implementation of OpenBSD's Blowfish password hashing code, compatible with the canonical C implementation of the bcrypt algorithm. This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking and frustrate fast hardware implementation. The computation cost of the algorithm is parametised, so it can be increased as computers get faster. 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).