cvs commit: ports/security Makefile ports/security/scrypt Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Fri May 29 11:56:23 UTC 2009


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)


More information about the cvs-ports mailing list