DESCR 420 B

1234567
  1. The Crypt::Blowfish_PP module provides for users to use the Blowfish
  2. encryption algorithm in perl. The implementation is entirely Object
  3. Oriented, as there is quite a lot of context inherent in making blowfish
  4. as fast as it is. The key is anywhere between 64 and 448 bits (8 and 56
  5. bytes), and should be passed as a packed string. The transformation
  6. itself is a 16-round Feistel Network, and operates on a 64 bit block.