mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
44b827b5d1
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 B<SSLeay>.
6 lines
323 B
Plaintext
6 lines
323 B
Plaintext
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 B<SSLeay>.
|