perl-Crypt-CBC - Encrypt Data with Cipher Block Chaining Mode

Description:

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.

Homepage: http://search.cpan.org/dist/Crypt-CBC/

License: Artistic

Vendor: Fedora Project

Packages

perl-Crypt-CBC-2.22-1.fc8.1.noarch [28 KiB] Changelog by Tom "spot" Callaway (2007-10-15):
- add BR: perl(ExtUtils::MakeMaker)