Bug 43794 - New Port: security/p5-Crypt-Blowfish_PP (Blowfish encryption algorithm implemented purely in Perl)
Summary: New Port: security/p5-Crypt-Blowfish_PP (Blowfish encryption algorithm implem...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-07 22:00 UTC by Jim Geovedi
Modified: 2003-02-04 23:57 UTC (History)
0 users

See Also:


Attachments
security_p5-Crypt-Blowfish_PP.shar (2.78 KB, text/plain)
2002-10-07 22:00 UTC, Jim Geovedi
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jim Geovedi 2002-10-07 22:00:11 UTC
	
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-02-04 23:57:07 UTC
State Changed
From-To: open->closed

Commited, thanks!