Crypt::Blowfish_PP - A pure perl implemetation of the Blowfish cryptography algorithm
https://www.cpan.org/
perl-Crypt-Blowfish_PP.spec | ||
README.md |
perl-Crypt-Blowfish_PP
Blowfish is a published algorithm written by Bruce Schneier (http://www.counterpane.com/). Unlike IDEA or DES etc. there are no patent implications in using this algorithm.
The _PP name comes from the fact that this implementation is Pure Perl, and will not have any compatibility problems.