Package perl-Crypt-CBC: Information

    Source package: perl-Crypt-CBC
    Version: 2.30-alt1.1
    Build time:  Nov 23, 2010, 07:17 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: Crypt-CBC - Encrypt Data with Cipher Block Chaining Mode
    Description: 
    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 SSLeay, and can be made compatible with the newer
    OpenSSL package by specifying the -salt argument.
    
    To use this module, you will first create a Crypt::CBC cipher object with
    new().  At the time of cipher creation, you specify an encryption key
    to use and, optionally, a block encryption algorithm.  You will then
    call the start() method to initialize the encryption or decryption
    process, crypt() to encrypt or decrypt one or more blocks of data, and
    lastly finish(), to pad and encrypt the final block.  For your
    convenience, you can call the encrypt() and decrypt() methods to
    operate on a whole data value at once.

    List of rpms provided by this srpm:
    perl-Crypt-CBC (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-Crypt-Blowfish
      2. perl-Crypt-Blowfish_PP
      3. perl-Crypt-CAST5
      4. perl-Crypt-DES
      5. perl-Crypt-IDEA
      6. perl-Crypt-Rijndael
      7. perl-devel

    Last changed


    Nov. 22, 2010 Igor Vlasenko 2.30-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    July 13, 2010 Igor Vlasenko 2.30-alt1
    - automated CPAN update
    Sept. 6, 2008 Vitaly Lipatov 2.29-alt2
    - fix directory ownership violation