diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-01-26 03:11:46 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-01-26 03:11:46 +0000 |
commit | 50c8478051873ff58eee3f0b04974b3761e2539d (patch) | |
tree | a958edd4ef1c41d2449ce7649c8e63a277f262eb /security/p5-Crypt-RC4/pkg-descr | |
parent | 7b6c9b4ed1cd6795ab2e8e925698d831f2b7f7a1 (diff) | |
download | ports-50c8478051873ff58eee3f0b04974b3761e2539d.tar.gz ports-50c8478051873ff58eee3f0b04974b3761e2539d.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-RC4/pkg-descr')
-rw-r--r-- | security/p5-Crypt-RC4/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/security/p5-Crypt-RC4/pkg-descr b/security/p5-Crypt-RC4/pkg-descr new file mode 100644 index 000000000000..1a5e06cf096b --- /dev/null +++ b/security/p5-Crypt-RC4/pkg-descr @@ -0,0 +1,18 @@ +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. + +Based substantially on the "RC4 in 3 lines of perl" found at +http://www.cypherspace.org + +WWW: http://search.cpan.org/search?dist=Crypt-RC4 + +Seamus Venasse <svenasse@polaris.ca> |