summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Eksblowfish
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-11-07 20:52:54 +0000
committerabs <abs@pkgsrc.org>2008-11-07 20:52:54 +0000
commit7971424486ea911f24c38f69ec175f209fcfde54 (patch)
treeddebbdf79add22b0fdd370c6f20424c9c5fe7e47 /security/p5-Crypt-Eksblowfish
parentb9d442049749cd75af9538705b1ae1c6e5728253 (diff)
downloadpkgsrc-7971424486ea911f24c38f69ec175f209fcfde54.tar.gz
Added security/p5-Crypt-Eksblowfish version 0.005
Eksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. ("Eks" stands for "expensive key schedule".) This doesn't make it significantly cryptographically stronger, but is intended to hinder brute-force attacks. It also makes it unsuitable for any application requiring key agility. It was designed by Niels Provos and David Mazieres for password hashing in OpenBSD. See Crypt::Eksblowfish::Bcrypt for the hash algorithm. See Crypt::Eksblowfish::Blowfish for the unmodified Blowfish cipher. Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, a key determines an encryption function in the usual way. See Crypt::Eksblowfish::Family for a way to encapsulate an Eksblowfish cipher family.
Diffstat (limited to 'security/p5-Crypt-Eksblowfish')
-rw-r--r--security/p5-Crypt-Eksblowfish/DESCR16
-rw-r--r--security/p5-Crypt-Eksblowfish/Makefile25
-rw-r--r--security/p5-Crypt-Eksblowfish/distinfo5
3 files changed, 46 insertions, 0 deletions
diff --git a/security/p5-Crypt-Eksblowfish/DESCR b/security/p5-Crypt-Eksblowfish/DESCR
new file mode 100644
index 00000000000..8d8baa8af4f
--- /dev/null
+++ b/security/p5-Crypt-Eksblowfish/DESCR
@@ -0,0 +1,16 @@
+Eksblowfish is a variant of the Blowfish cipher, modified to make
+the key setup very expensive. ("Eks" stands for "expensive key
+schedule".) This doesn't make it significantly cryptographically
+stronger, but is intended to hinder brute-force attacks. It also
+makes it unsuitable for any application requiring key agility. It
+was designed by Niels Provos and David Mazieres for password hashing
+in OpenBSD. See Crypt::Eksblowfish::Bcrypt for the hash algorithm.
+See Crypt::Eksblowfish::Blowfish for the unmodified Blowfish cipher.
+
+Eksblowfish is a parameterised (family-keyed) cipher. It takes a
+cost parameter that controls how expensive the key scheduling is.
+It also takes a family key, known as the "salt". Cost and salt
+parameters together define a cipher family. Within each family, a
+key determines an encryption function in the usual way. See
+Crypt::Eksblowfish::Family for a way to encapsulate an Eksblowfish
+cipher family.
diff --git a/security/p5-Crypt-Eksblowfish/Makefile b/security/p5-Crypt-Eksblowfish/Makefile
new file mode 100644
index 00000000000..03c6ff12148
--- /dev/null
+++ b/security/p5-Crypt-Eksblowfish/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/11/07 20:52:54 abs Exp $
+#
+
+DISTNAME= Crypt-Eksblowfish-0.005
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Crypt-Eksblowfish/
+COMMENT= Perl5 Eksblowfish block cipher
+
+DEPENDS+= p5-MIME-Base64>=2.21:../../converters/p5-MIME-Base64
+BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.15:../../devel/p5-ExtUtils-CBuilder
+
+PKG_DESTDIR_SUPPORT= user-destdir
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+CRYPTO= YES
+USE_LANGUAGES= c
+PERL5_MODULE_TYPE= Module::Build
+PERL5_PACKLIST= auto/Crypt/Eksblowfish/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/p5-Crypt-Eksblowfish/distinfo b/security/p5-Crypt-Eksblowfish/distinfo
new file mode 100644
index 00000000000..74ed7974449
--- /dev/null
+++ b/security/p5-Crypt-Eksblowfish/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/11/07 20:52:54 abs Exp $
+
+SHA1 (Crypt-Eksblowfish-0.005.tar.gz) = 8806ec69ab71b67ca033383d390ff11c8caf42df
+RMD160 (Crypt-Eksblowfish-0.005.tar.gz) = c7fccc618b2250bf8ac2800bc2c40b6a71bcfeea
+Size (Crypt-Eksblowfish-0.005.tar.gz) = 28303 bytes