Package: libcrypt-blowfish-pp-perl Version: 1.12-2~20230701114202.20+jessie 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~20230701114202.20+jessie_all.deb Size: 12562 SHA256: a0ccf7132e2317decb58f8c83ec63ad3c1806f8bde245f6a064bc2d515b78cbe SHA1: c563ae1d285f592eb15fad7caab22b944dcfb7a4 MD5sum: 0be7dcb3b6e17bc42336aacf0f1affd8 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.