The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. WWW: http://www.tarsnap.com/scrypt/ Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi miwi@ wants his PRs (via the GNATS Auto Assign Tool)
miwi 2009-05-29 11:56:22 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/scrypt Makefile distinfo pkg-descr Log: The scrypt key derivation function was originally developed for use in the Tarsnap online backup system and is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt. WWW: http://www.tarsnap.com/scrypt/ PR: ports/134961 Submitted by: Wen Heping <wenheping at gmail.com> Revision Changes Path 1.1038 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/scrypt/Makefile (new) 1.1 +3 -0 ports/security/scrypt/distinfo (new) 1.1 +6 -0 ports/security/scrypt/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!