diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-29 11:56:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-29 11:56:22 +0000 |
commit | e741fcf7f9917a341df6b98d2529e31ba2fca34f (patch) | |
tree | 91abe501a4fb3a9984aafceaa3118f882ee87bc3 /security/scrypt | |
parent | 6c14855e8ff4d61991216b86451b7cdee246344b (diff) | |
download | ports-e741fcf7f9917a341df6b98d2529e31ba2fca34f.tar.gz ports-e741fcf7f9917a341df6b98d2529e31ba2fca34f.zip |
Notes
Diffstat (limited to 'security/scrypt')
-rw-r--r-- | security/scrypt/Makefile | 24 | ||||
-rw-r--r-- | security/scrypt/distinfo | 3 | ||||
-rw-r--r-- | security/scrypt/pkg-descr | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile new file mode 100644 index 000000000000..a9d19ebf85c3 --- /dev/null +++ b/security/scrypt/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: scrypt +# Date created: 26 May, 2009 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= scrypt +PORTVERSION= 1.1.3 +CATEGORIES= security +MASTER_SITES= http://www.tarsnap.com/scrypt/ +EXTRACT_SUFX= .tgz + +MAINTAINER= wenheping@gmail.com +COMMENT= Key Derivation Function + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LDCONFIG= yes +PLIST_FILES= bin/scrypt + +MAN1= scrypt.1 + +.include <bsd.port.mk> diff --git a/security/scrypt/distinfo b/security/scrypt/distinfo new file mode 100644 index 000000000000..ab05a4b868bc --- /dev/null +++ b/security/scrypt/distinfo @@ -0,0 +1,3 @@ +MD5 (scrypt-1.1.3.tgz) = 36d8554574cebe45613273de9bed310a +SHA256 (scrypt-1.1.3.tgz) = 437009b4ac70e4c2477d1ea31ae0ad8218e14eb9d41073ff51d8f074f11a374f +SIZE (scrypt-1.1.3.tgz) = 79571 diff --git a/security/scrypt/pkg-descr b/security/scrypt/pkg-descr new file mode 100644 index 000000000000..9b58e4fe4291 --- /dev/null +++ b/security/scrypt/pkg-descr @@ -0,0 +1,6 @@ +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/ |