Bug 134961

Summary: [NEW PORT]security/scrypt:Key Derivation Function
Product: Ports & Packages Reporter: wenheping <wenheping>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description wenheping 2009-05-26 14:30:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-05-26 14:30:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-05-29 12:56:30 UTC
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"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-05-29 13:00:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!