summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC/DESCR
blob: 8674c001f94b83eb516e4995e79cadd2a83f483b (plain)
1
2
3
4
5
6
7
8
9
This is Crypt::CBC, a Perl-only implementation of the cryptographic
cipher block chaining mode (CBC).  In combination with a block cipher
such as Crypt::DES or Crypt::IDEA, you can encrypt and decrypt
messages of arbitrarily long length.  The encrypted messages are
compatible with the encryption format used by SSLeay.

In addition to this module you will need to install the MD5 module,
and one or more of the Crypt::DES, Crypt::IDEA, or Crypt::Blowfish
modules.