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