Tweak security/sshblock version 1.0_1
[dports.git] / security / p5-Crypt-Blowfish_PP / pkg-descr
1 Blowfish is a published algorithm written by Bruce Schneier Unlike
2 IDEA or DES etc. there are no patent implications in using this
3 algorithm.
4
5 It uses anywhere between a 64 bit and a 448 bit key. The transform
6 itself is fast and operates on a 64 bit block, and most of the
7 calculation time is in initialising the context with the key data.
8
9 The _PP name comes from the fact that this implementation is Pure
10 Perl, and will not have any compatibility problems.
11
12 WWW: http://search.cpan.org/dist/Crypt-Blowfish_PP/