pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-Eksblowfish Added security/p5-Crypt-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f1447a82e1b
branches:  trunk
changeset: 549710:8f1447a82e1b
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Nov 07 20:52:54 2008 +0000

description:
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:

 security/p5-Crypt-Eksblowfish/DESCR    |  16 ++++++++++++++++
 security/p5-Crypt-Eksblowfish/Makefile |  25 +++++++++++++++++++++++++
 security/p5-Crypt-Eksblowfish/distinfo |   5 +++++
 3 files changed, 46 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r b6315fc0e94b -r 8f1447a82e1b security/p5-Crypt-Eksblowfish/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Eksblowfish/DESCR       Fri Nov 07 20:52:54 2008 +0000
@@ -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 -r b6315fc0e94b -r 8f1447a82e1b security/p5-Crypt-Eksblowfish/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Eksblowfish/Makefile    Fri Nov 07 20:52:54 2008 +0000
@@ -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@localhost
+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 -r b6315fc0e94b -r 8f1447a82e1b security/p5-Crypt-Eksblowfish/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-Eksblowfish/distinfo    Fri Nov 07 20:52:54 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index