Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Crypt-CBC: Encrypt Data with Cipher Block Chaining Mode
- Summary
- 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.
Changelog
- * Fri Feb 24 16:00:00 2006 Andreas Thienemann <andreas{%}bawue{*}net> - 2.17-1
- Upgrade to 2.17
- * Thu Jul 14 17:00:00 2005 Andreas Thienemann <andreas{%}bawue{*}net> - 2.14-2
- Remove execute permissions from example files
- * Thu Jul 14 17:00:00 2005 Andreas Thienemann <andreas{%}bawue{*}net> - 2.14-1
- Initial package