diff --git a/security/scrypt/Makefile b/security/scrypt/Makefile new file mode 100644 index 00000000000..7d43ded4e59 --- /dev/null +++ b/security/scrypt/Makefile @@ -0,0 +1,27 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2009/05/25 22:48:48 sthen Exp $ + +COMMENT = command-line encryption using scrypt key derivation function + +DISTNAME = scrypt-1.1.3 + +CATEGORIES = security + +HOMEPAGE = http://www.tarsnap.com/scrypt/ + +# BSD +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM =Yes +PERMIT_DISTFILES_FTP = Yes + +WANTLIB = c crypto + +MASTER_SITES = ${HOMEPAGE} +EXTRACT_SUFX = .tgz + +SEPARATE_BUILD = concurrent +CONFIGURE_STYLE = gnu + +NO_REGRESS = Yes + +.include diff --git a/security/scrypt/distinfo b/security/scrypt/distinfo new file mode 100644 index 00000000000..bb0b4bcf008 --- /dev/null +++ b/security/scrypt/distinfo @@ -0,0 +1,5 @@ +MD5 (scrypt-1.1.3.tgz) = NthVRXTOvkVhMnPem+0xCg== +RMD160 (scrypt-1.1.3.tgz) = w0plHk1hK1wvnYaKrU1kbK5z4hU= +SHA1 (scrypt-1.1.3.tgz) = 99RA+WnM/+t2rrKTv+kA339/U1k= +SHA256 (scrypt-1.1.3.tgz) = Q3AJtKxw5MJHfR6jGuCtghjhTrnUEHP/UdjwdPEaN08= +SIZE (scrypt-1.1.3.tgz) = 79571 diff --git a/security/scrypt/pkg/DESCR b/security/scrypt/pkg/DESCR new file mode 100644 index 00000000000..6449233d510 --- /dev/null +++ b/security/scrypt/pkg/DESCR @@ -0,0 +1,3 @@ +A simple password-based encryption utility as a demonstration of +the scrypt key derivation function, greatly increasing the cost of +a brute force attack compared to openssl enc. diff --git a/security/scrypt/pkg/PLIST b/security/scrypt/pkg/PLIST new file mode 100644 index 00000000000..733536472a5 --- /dev/null +++ b/security/scrypt/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2009/05/25 22:48:48 sthen Exp $ +@bin bin/scrypt +@man man/man1/scrypt.1