Bug 134961 - [NEW PORT]security/scrypt:Key Derivation Function
Summary: [NEW PORT]security/scrypt:Key Derivation Function
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 14:30 UTC by wenheping
Modified: 2009-05-29 13:00 UTC (History)
0 users

See Also:


Attachments
file.shar (1.65 KB, text/plain)
2009-05-26 14:30 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!