diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-11-17 04:27:59 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-11-17 04:27:59 +0000 |
commit | b494b2399079f549356cb5e0234cdb8674054ce9 (patch) | |
tree | 3b1cf8b01929b15e8617f3468f496fa4e5f6c621 /security | |
parent | c56208f94a8d90e8aa7022373d4e8b634cab3d3c (diff) | |
download | pkgsrc-b494b2399079f549356cb5e0234cdb8674054ce9.tar.gz |
Import p5-Crypt-ECB-1.45:
This is Crypt::ECB, a Perl-only implementation of the ECB mode. In
combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt
and decrypt messages of arbitrarily long length. Though for security reasons
other modes than ECB such as CBC should be preferred. See textbooks on
cryptography if you want to know why.
In addition to this module you will need to install one or more of the
Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules.
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Crypt-ECB/DESCR | 8 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/Makefile | 21 | ||||
-rw-r--r-- | security/p5-Crypt-ECB/distinfo | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/security/p5-Crypt-ECB/DESCR b/security/p5-Crypt-ECB/DESCR new file mode 100644 index 00000000000..1967ec16a21 --- /dev/null +++ b/security/p5-Crypt-ECB/DESCR @@ -0,0 +1,8 @@ +This is Crypt::ECB, a Perl-only implementation of the ECB mode. In +combination with a block cipher such as DES, IDEA or Blowfish, you can encrypt +and decrypt messages of arbitrarily long length. Though for security reasons +other modes than ECB such as CBC should be preferred. See textbooks on +cryptography if you want to know why. + +In addition to this module you will need to install one or more of the +Crypt::DES, Crypt::IDEA, or Crypt::Blowfish modules. diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile new file mode 100644 index 00000000000..69b9d4e8a1e --- /dev/null +++ b/security/p5-Crypt-ECB/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/17 04:27:59 dsainty Exp $ + +DISTNAME= Crypt-ECB-1.45 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= dsainty@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-ECB/ +COMMENT= Perl5 Electronic Codebook mode for various crypto algorithms + +PKG_DESTDIR_SUPPORT= user-destdir +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Crypt/ECB/.packlist + +LICENSE= gnu-gpl-v2 # OR any later version + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-ECB/distinfo b/security/p5-Crypt-ECB/distinfo new file mode 100644 index 00000000000..1a3bac306fc --- /dev/null +++ b/security/p5-Crypt-ECB/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/17 04:27:59 dsainty Exp $ + +SHA1 (Crypt-ECB-1.45.tar.gz) = d37d0dc34bc14f8a07d36b58beda85a89ec910c0 +RMD160 (Crypt-ECB-1.45.tar.gz) = 81b7829c1e99f3ebb02dd7636877b4689f61ce17 +Size (Crypt-ECB-1.45.tar.gz) = 14570 bytes |