2016-05-19 12:53:05 +02:00
|
|
|
This code appears to have only cursory resemblance to Bruce Schneier's
|
2005-12-18 22:53:18 +01:00
|
|
|
blowfish and twofish algorithms in that it too has a table-based decoder.
|
2016-05-19 12:53:05 +02:00
|
|
|
Derivation from FairKeys code by Jon Lech Johanson at nanocrew.net.
|
2005-12-18 22:53:18 +01:00
|
|
|
If you don't know what that is, don't bother looking here further. This is
|
2016-05-19 12:53:05 +02:00
|
|
|
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.
|
2005-12-18 22:53:18 +01:00
|
|
|
See www.hymn-project.org for prior efforts by others.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Crypt-AppleTwoFish
|