Package: crypt-cbc-pm Version: 2.33 # >= 2.35 requires lots of new deps, including perlvarianted Revision: 1 Type: perl Description: Pure-perl cipher block chaining (CBC) License: Artistic Homepage: http://search.cpan.org/dist/Crypt-CBC/ Maintainer: Daniel Macks # Unpack Phase. Source: mirror:cpan:authors/id/L/LD/LDS/Crypt-CBC-%v.tar.gz Source-Checksum: SHA256(6a70de21b6cc7f2b100067e8e188db966e9a8001b5db6fa976e7cb5b294ae645) # Install Phase. UpdatePOD: true DocFiles: Changes README # Documentation. DescDetail: << 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. In addition to this module you will need to install the MD5 module, and one or more of: Crypt::DES, Crypt::DES_EDE3, Crypt::IDEA, Crypt::Blowfish, or Crypt::Rijndael modules. 1. Digest::MD5 Required for key and iteration vector generation. 2. Crypt::DES Required for the DES encryption algorithm. 3. Crypt::DES_EDE3 Required for the triple DES encryption algorithm in Encrypt Decrypt Encrypt mode. Note, this depends on Crypt::DES. 4. Crypt::IDEA Required for the IDEA encryption algorithm. 5. Crypt::Blowfish Required for the Blowfish encryption algorithm. 6. Crypt::Blowfish_PP Required for the Blowfish_PP encryption algorithm. 7. Crypt::Rijndael Required for the Rijndael/AES encryption algorithm. << DescPackaging: << Former maintainer: Blair Zajac Most self-tests are skipped because they use the other Crypt:: modules that Depends on this one (can't have circular deps). <<