in reply to Encryption using perl core functions only

Another "lightweight" encryption algorithm is the Tiny Encryption Algorithm, TEA. There are two (conflicting) modules on CPAN for it, Crypt::Tea and Crypt::TEA. Crypt::Tea displays bad taste in the name choice (as it is the latecomer) but it has no prerequisites, while Crypt::TEA needs a C compiler.

  • Comment on Re: Encryption using perl core functions only