import p5-Crypt-RC5
Crypt::RC5 is a Perl implementation of the RC5 encryption algorithm. RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security (now RSA Security) in 1994. It is a parameterized algorithm with a variable block size, a variable key size, and a variable number of rounds. This particular implementation is 32 bit. As such, it is suggested that a minimum of 12 rounds be performed. from Olivier Cherrier. ok gsoares@
This commit is contained in:
parent
49d9ee5200
commit
51adc5a6ca
15
security/p5-Crypt-RC5/Makefile
Normal file
15
security/p5-Crypt-RC5/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/19 14:52:43 okan Exp $
|
||||
|
||||
COMMENT = implementation of the RC5 encryption algorithm
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Crypt-RC5-2.00
|
||||
CATEGORIES = security
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
security/p5-Crypt-RC5/distinfo
Normal file
5
security/p5-Crypt-RC5/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Crypt-RC5-2.00.tar.gz) = eWSfbrp1mkQVUTqFEurrIQ==
|
||||
RMD160 (Crypt-RC5-2.00.tar.gz) = Tbi72oE6pxmF5uB2po8fuKQjvRw=
|
||||
SHA1 (Crypt-RC5-2.00.tar.gz) = USRTtVsATDPE7mhXDVGf3T8OuKM=
|
||||
SHA256 (Crypt-RC5-2.00.tar.gz) = 010x20nNga1zHMCpO8qzxbEIS9aYVHOmjZNhBKuxNw4=
|
||||
SIZE (Crypt-RC5-2.00.tar.gz) = 2966
|
7
security/p5-Crypt-RC5/pkg/DESCR
Normal file
7
security/p5-Crypt-RC5/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
Crypt::RC5 is a Perl implementation of the RC5 encryption algorithm.
|
||||
|
||||
RC5 is a fast block cipher designed by Ronald Rivest for RSA Data Security
|
||||
(now RSA Security) in 1994. It is a parameterized algorithm with a variable
|
||||
block size, a variable key size, and a variable number of rounds.
|
||||
This particular implementation is 32 bit. As such, it is suggested that a
|
||||
minimum of 12 rounds be performed.
|
4
security/p5-Crypt-RC5/pkg/PLIST
Normal file
4
security/p5-Crypt-RC5/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/04/19 14:52:43 okan Exp $
|
||||
${P5SITE}/Crypt/
|
||||
${P5SITE}/Crypt/RC5.pm
|
||||
@man man/man3p/Crypt::RC5.3p
|
Loading…
Reference in New Issue
Block a user