Package: libcrypt-blowfish-pp-perl Version: 1.12-2~20210718073555.17+wheezy Architecture: all Maintainer: Joonas Javanainen Installed-Size: 64 Depends: perl Homepage: https://metacpan.org/release/Crypt-Blowfish_PP Priority: optional Section: perl Filename: pool/main/libc/libcrypt-blowfish-pp-perl/libcrypt-blowfish-pp-perl_1.12-2~20210718073555.17+wheezy_all.deb Size: 14948 SHA256: e2b103e776d5efbcf0b517264868eeef244cc0a6055726c7b2d9378414424b6a SHA1: 22d97f5839aff24e9b97941383da3a1df795d311 MD5sum: ff9d62e540b53da2d04604a062a2a7b1 Description: Blowfish encryption algorithm implemented purely in Perl The Crypt::Blowfish_PP module provides for users to use the Blowfish encryption algorithm in perl. The implementation is entirely Object Oriented, as there is quite a lot of context inherent in making blowfish as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56 bytes), and should be passed as a packed string. The transformation itself is a 16-round Feistel Network, and operates on a 64 bit block.