diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-05 07:56:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-05 07:56:42 +0800 |
commit | d39cdf1392e666eee66e94b943b6aedc6dd25997 (patch) | |
tree | d6fc9f34f5347c824c390a00089aa7be1f11d9c9 /security/Makefile | |
parent | 1cbeab1f00e0950dda586a0fe6a69011621646ff (diff) | |
download | freebsd-ports-gnome-d39cdf1392e666eee66e94b943b6aedc6dd25997.tar.gz freebsd-ports-gnome-d39cdf1392e666eee66e94b943b6aedc6dd25997.tar.zst freebsd-ports-gnome-d39cdf1392e666eee66e94b943b6aedc6dd25997.zip |
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>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index aa3b84a7ff57..f8e8f85ff971 100644 --- a/security/Makefile +++ b/security/Makefile @@ -164,6 +164,7 @@ SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket SUBDIR += p5-Crypt-Blowfish + SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5_PP SUBDIR += p5-Crypt-CBC SUBDIR += p5-Crypt-CipherSaber |