Initial import of Crypt-RC4 2.02

Crypt::RC4 is a simple implementation of the RC4 algorithm, developed by
RSA Security, Inc.
This commit is contained in:
kevlo 2002-02-08 06:49:41 +00:00
parent 72b1a44165
commit ed00a03744
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,24 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/08 06:49:41 kevlo Exp $
COMMENT= "implementation of the RC4 encryption algorithm"
DISTNAME= Crypt-RC4-2.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.504
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
CONFIGURE_STYLE= perl
REGRESS_TARGET= test
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-RC4-2.02.tar.gz) = 4ca59a7e58ac9597c3b4f3f46ea22629
RMD160 (Crypt-RC4-2.02.tar.gz) = cfdcba724a44d95694305872c2af6d5c9c86fce4
SHA1 (Crypt-RC4-2.02.tar.gz) = e25f69936a828afa90cfe145349b58bc825cd23e

View File

@ -0,0 +1,11 @@
Crypt::RC4 is a simple implementation of the RC4 algorithm, developed by
RSA Security, Inc. Here is the description from RSA's website:
RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA
Security). It is a variable key-size stream cipher with byte-oriented
operations. The algorithm is based on the use of a random permutation.
Analysis shows that the period of the cipher is overwhelmingly likely to be
greater than 10100. Eight to sixteen machine operations are required per
output byte, and the cipher can be expected to run very quickly in software.
Independent analysts have scrutinized the algorithm and it is considered
secure.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/02/08 06:49:41 kevlo Exp $
libdata/perl5/site_perl/Crypt/RC4.pm
man/man3/Crypt::RC4.3p