Date: Sun, 18 Dec 2005 21:53:19 +0000 (UTC) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/p5-Crypt-AppleTwoFish Makefile distinfo pkg-descr pkg-plist Message-ID: <200512182153.jBILrJmw023288@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
erwin 2005-12-18 21:53:19 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/p5-Crypt-AppleTwoFish Makefile distinfo pkg-descr pkg-plist Log: 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 PR: ports/90610 Submitted by: Gabor Kovesdan Revision Changes Path 1.688 +1 -0 ports/security/Makefile 1.1 +24 -0 ports/security/p5-Crypt-AppleTwoFish/Makefile (new) 1.1 +3 -0 ports/security/p5-Crypt-AppleTwoFish/distinfo (new) 1.1 +10 -0 ports/security/p5-Crypt-AppleTwoFish/pkg-descr (new) 1.1 +5 -0 ports/security/p5-Crypt-AppleTwoFish/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512182153.jBILrJmw023288>