slackbuilds/perl/perl-Crypt-CBC
Willy Sudiarto Raharjo d6d24ece6d perl/perl-Crypt-CBC: Updated for version 2.33.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-09 01:34:36 -06:00
..
README perl/perl-Crypt-CBC: Added (Cipher Block Chaining Mode cipher) 2013-04-28 12:30:28 -03:00
perl-Crypt-CBC.SlackBuild perl/perl-Crypt-CBC: Updated for version 2.33. 2013-11-09 01:34:36 -06:00
perl-Crypt-CBC.info perl/perl-Crypt-CBC: Updated for version 2.33. 2013-11-09 01:34:36 -06:00
slack-desc perl/perl-Crypt-CBC: Updated for version 2.33. 2013-11-09 01:34:36 -06:00

README

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.