From ca89dd869c9b62cf23e848460f6efc3e96374aa5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 28 Nov 2012 22:09:10 +0100 Subject: [PATCH] New package: scrypt-1.1.6. --- srcpkgs/scrypt/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/scrypt/template diff --git a/srcpkgs/scrypt/template b/srcpkgs/scrypt/template new file mode 100644 index 0000000000..cf7b78ff45 --- /dev/null +++ b/srcpkgs/scrypt/template @@ -0,0 +1,17 @@ +# Template file for 'scrypt' +pkgname=scrypt +version=1.1.6 +revision=1 +makedepends="openssl-devel" +build_style=gnu-configure +short_desc="The scrypt key derivation function" +maintainer="Juan RP " +license="Simplified BSD" +homepage="https://www.tarsnap.com/scrypt.html" +distfiles="https://www.tarsnap.com/scrypt/scrypt-${version}.tgz" +checksum=dfd0d1a544439265bbb9b58043ad3c8ce50a3987b44a61b1d39fd7a3ed5b7fb8 +long_desc=" + 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."