Date: Tue, 4 Feb 2003 15:56:42 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-Blowfish_PP Makefile distinfo pkg-comment pkg-descr pkg-plist Message-ID: <200302042356.h14NugXc038664@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/02/04 15:56:42 PST
Modified files:
security Makefile
Added files:
security/p5-Crypt-Blowfish_PP Makefile distinfo pkg-comment
pkg-descr pkg-plist
Log:
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>
Revision Changes Path
1.372 +1 -0 ports/security/Makefile
1.1 +22 -0 ports/security/p5-Crypt-Blowfish_PP/Makefile (new)
1.1 +1 -0 ports/security/p5-Crypt-Blowfish_PP/distinfo (new)
1.1 +1 -0 ports/security/p5-Crypt-Blowfish_PP/pkg-comment (new)
1.1 +10 -0 ports/security/p5-Crypt-Blowfish_PP/pkg-descr (new)
1.1 +6 -0 ports/security/p5-Crypt-Blowfish_PP/pkg-plist (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302042356.h14NugXc038664>
