1 This is Crypt::Blowfish, an XS-based implementation of the Blowfish
2 cryptography algorithm designed by Bruce Schneier. It's designed
3 to take full advantage of Crypt::CBC when desired. Blowfish keys
4 may be up to 448 bits (56 bytes) long.
6 Suggests to have Crypt::CBC module installed.