summaryrefslogtreecommitdiffstats
path: root/perl/perl-Crypt-CBC/README
blob: fd5e1d55b1fe3de2b05ab74dde6a9b6d77609353 (plain)
1
2
3
4
This module is a Perl-only implementation of the cryptographic cipher block
chaining mode (CBC). In combination with a block cipher such as DES or IDEA,
you can encrypt and decrypt messages of arbitrarily long length. The encrypted
messages are compatible with the encryption format used by the OpenSSL package.