Package: libcrypt-blowfish-pp-perl Version: 1.12-2~20250806155259.21+bullseye Architecture: all Maintainer: Joonas Javanainen Installed-Size: 35 Depends: perl:any 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~20250806155259.21+bullseye_all.deb Size: 11892 SHA256: f78836dca5eafca158273933d72a3ae637892c782208aab9d3f928c580e67052 SHA1: e61ccafd87a65da0a9881a1a51e554a4c07c1e1e MD5sum: 2ab3d6a7c4a0ea8d5c182733cf0de7bb 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.