perl-Crypt-Blowfish_PP/README.md

8 lines
319 B
Markdown
Raw Permalink Normal View History

2024-01-06 08:44:30 +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.