Package perl-Crypt-CBC: Information

    Source package: perl-Crypt-CBC
    Version: 3.04-alt1
    Build time:  May 18, 2021, 04:21 PM in the task #272093
    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

      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
      8. perl(Crypt/PBKDF2.pm)
      9. perl(Digest/SHA.pm)

    Last changed


    May 18, 2021 Igor Vlasenko 3.04-alt1
    - automated CPAN update
    April 21, 2021 Igor Vlasenko 3.03-alt1
    - automated CPAN update
    April 13, 2021 Igor Vlasenko 3.02-alt1
    - automated CPAN update