pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/scrypt A simple password-based encryption uti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/759a7f0e9a88
branches:  trunk
changeset: 610086:759a7f0e9a88
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Wed Oct 17 22:17:47 2012 +0000

description:
A simple password-based encryption utility is available as a demonstration
of the scrypt key derivation function. On modern hardware and with default
parameters, the cost of cracking the password on a file encrypted by scrypt
enc is approximately 100 billion times more than the cost of cracking the
same password on a file encrypted by openssl enc; this means that a five-
character password using scrypt is stronger than a ten-character password
using openssl

diffstat:

 security/scrypt/DESCR    |   7 +++++++
 security/scrypt/Makefile |  16 ++++++++++++++++
 security/scrypt/PLIST    |   3 +++
 security/scrypt/distinfo |   5 +++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 34147bf1c5ca -r 759a7f0e9a88 security/scrypt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/scrypt/DESCR     Wed Oct 17 22:17:47 2012 +0000
@@ -0,0 +1,7 @@
+A simple password-based encryption utility is available as a demonstration
+of the scrypt key derivation function. On modern hardware and with default
+parameters, the cost of cracking the password on a file encrypted by scrypt
+enc is approximately 100 billion times more than the cost of cracking the
+same password on a file encrypted by openssl enc; this means that a five-
+character password using scrypt is stronger than a ten-character password
+using openssl
diff -r 34147bf1c5ca -r 759a7f0e9a88 security/scrypt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/scrypt/Makefile  Wed Oct 17 22:17:47 2012 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2012/10/17 22:17:47 pettai Exp $
+#
+
+DISTNAME=      scrypt-1.1.6
+CATEGORIES=    security
+MASTER_SITES=  https://www.tarsnap.com/scrypt/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pettai%NetBSD.org@localhost
+HOMEPAGE=      https://www.tarsnap.com/scrypt/
+COMMENT=       The scrypt encryption utility
+LICENSE=       2-clause-bsd
+
+GNU_CONFIGURE= yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 34147bf1c5ca -r 759a7f0e9a88 security/scrypt/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/scrypt/PLIST     Wed Oct 17 22:17:47 2012 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2012/10/17 22:17:47 pettai Exp $
+bin/scrypt
+man/man1/scrypt.1
diff -r 34147bf1c5ca -r 759a7f0e9a88 security/scrypt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/scrypt/distinfo  Wed Oct 17 22:17:47 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/10/17 22:17:47 pettai Exp $
+
+SHA1 (scrypt-1.1.6.tgz) = 7b1b3feccfe2ff08b5d05752ef1ca7df2ec8646d
+RMD160 (scrypt-1.1.6.tgz) = a395db33b7c638a4f0feba2bc76874cf634b33de
+Size (scrypt-1.1.6.tgz) = 83776 bytes



Home | Main Index | Thread Index | Old Index