Add files from parent branch HEAD:
[pkgsrc.git] / security / p5-Crypt-CBC / DESCR
1 This is Crypt::CBC, a Perl-only implementation of the cryptographic
2 cipher block chaining mode (CBC).  In combination with a block cipher
3 such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
4 messages of arbitrarily long length.  The encrypted messages are
5 compatible with the encryption format used by SSLeay.
6
7 In addition to this module you will need to install the MD5 module,
8 and one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish
9 modules.