2024-01-06 08:44:30 +01:00
|
|
|
# perl-Crypt-Blowfish_PP
|
|
|
|
|
2024-01-06 08:44:33 +01:00
|
|
|
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.
|
|
|
|
|