- initial import of Crypt-DES-EDE3-0.01
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES to do its dirty DES work, and simply provides a wrapper around that module: setting up the individual DES ciphers, initializing the keys, and performing the encryption/decryption steps.
This commit is contained in:
parent
a754b815eb
commit
28ea3227db
26
security/p5-Crypt-DES-EDE3/Makefile
Normal file
26
security/p5-Crypt-DES-EDE3/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/02/05 23:16:08 msf Exp $
|
||||
|
||||
COMMENT= "Triple-DES EDE encryption/decryption"
|
||||
|
||||
DISTNAME= Crypt-DES_EDE3-0.01
|
||||
PKGNAME= p5-Crypt-DES-EDE3-0.01
|
||||
CATEGORIES= security perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::security/p5-Crypt-DES
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/p5-Crypt-DES-EDE3/distinfo
Normal file
4
security/p5-Crypt-DES-EDE3/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Crypt-DES_EDE3-0.01.tar.gz) = fde1995efa0735407a5f7c4a4c8147bc
|
||||
RMD160 (Crypt-DES_EDE3-0.01.tar.gz) = fce2367ded3dc20fc274afa2dfbddc2a7d2237e9
|
||||
SHA1 (Crypt-DES_EDE3-0.01.tar.gz) = 537759b72af2529466cebf2b1b168f7e43d482ab
|
||||
SIZE (Crypt-DES_EDE3-0.01.tar.gz) = 2328
|
6
security/p5-Crypt-DES-EDE3/pkg/DESCR
Normal file
6
security/p5-Crypt-DES-EDE3/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES
|
||||
encryption where an encrypt operation is encrypt-decrypt-encrypt, and
|
||||
decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES
|
||||
to do its dirty DES work, and simply provides a wrapper around that
|
||||
module: setting up the individual DES ciphers, initializing the keys,
|
||||
and performing the encryption/decryption steps.
|
4
security/p5-Crypt-DES-EDE3/pkg/PLIST
Normal file
4
security/p5-Crypt-DES-EDE3/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/02/05 23:16:08 msf Exp $
|
||||
${P5SITE}/Crypt/
|
||||
${P5SITE}/Crypt/DES_EDE3.pm
|
||||
@man man/man3p/Crypt::DES_EDE3.3p
|
Loading…
x
Reference in New Issue
Block a user