aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-CBC/pkg-descr
blob: c70208835d458c337b954c7c624e19942c29eb5f (plain) (blame)
1
2
3
4
5
This is Crypt::CBC, 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.