Crypt::Blowfish_PP - A pure perl implemetation of the Blowfish cryptography algorithm https://www.cpan.org/
Go to file
2024-03-27 14:45:41 +01:00
perl-Crypt-Blowfish_PP.spec automatic rebuild by autodist [release 1.12-5mamba;Wed Mar 27 2024] 2024-03-27 14:45:41 +01:00
README.md perl 5.16 mass rebuild [release 1.12-3mamba;Tue Nov 13 2012] 2024-01-06 08:44:33 +01:00

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.