diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 23:56:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-04 23:56:42 +0000 |
commit | 89932ed0a8b97509e3e65fee08e2964b7d237ee6 (patch) | |
tree | 12c1c08fe1515073c89277cab91964b74ca6ce74 /security/p5-Crypt-Blowfish_PP/distinfo | |
parent | c64b4ba9f091c6943469d5e686eb1dd2a9bfcd1e (diff) |
New Port: security/p5-Crypt-Blowfish_PP
Blowfish is a published algorithm written by Bruce Schneier
Unlike IDEA or DES etc. there are no patent implications
in using this algorithm.
It uses anywhere between a 64 bit and a 448 bit key. The
transform itself is fast and operates on a 64 bit block,
and most of the calculation time is in initialising the
context with the key data.
The _PP name comes from the fact that this implementation
is Pure Perl, and will not have any compatibility problems.
PR: ports/43794
Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Notes
Notes:
svn path=/head/; revision=74698
Diffstat (limited to 'security/p5-Crypt-Blowfish_PP/distinfo')
-rw-r--r-- | security/p5-Crypt-Blowfish_PP/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Crypt-Blowfish_PP/distinfo b/security/p5-Crypt-Blowfish_PP/distinfo new file mode 100644 index 000000000000..24f55869717e --- /dev/null +++ b/security/p5-Crypt-Blowfish_PP/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-Blowfish_PP-1.12.tar.gz) = 6bf7dc80967eaf3047b67b26b015267d |