Bug 90610 - [new port] p5-Crypt-AppleTwoFish
Summary: [new port] p5-Crypt-AppleTwoFish
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: Erwin Lansing
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 21:10 UTC by Gabor Kovesdan
Modified: 2005-12-18 21:53 UTC (History)
1 user (show)

See Also:


Attachments
p5-Crypt-AppleTwoFish.tar.gz (1.73 KB, text/plain)
2005-12-18 21:10 UTC, Gabor Kovesdan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kovesdan 2005-12-18 21:10:02 UTC
This code appears to have only cursory resemblance to Bruce Schneier's
blowfish and twofish algorithms in that it too has a table-based decoder.
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
If you don't know what that is, don't bother looking here further. This is
a Pure Perl implementation. I doubt there is any need for xs coding for
what would mainly be processing 16 bytes at a time. This code is part of an
ongoing effort to clone portions of the Apple iTMS in Perl for portability.
See www.hymn-project.org for prior efforts by others.

WWW: http://search.cpan.org/dist/Crypt-AppleTwoFish
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:20:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->erwin

I'll handle this.
Comment 2 Erwin Lansing freebsd_committer freebsd_triage 2005-12-18 21:52:59 UTC
State Changed
From-To: open->closed

Port added, thanks!