Пакет perl-Crypt-CBC: Информация

    Исходный пакет: perl-Crypt-CBC
    Версия: 2.33-alt1
    Собран:  2 августа 2013 г. 23:41
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/~lds/Crypt-CBC-2.33/

    Лицензия: Artistic
    О пакете: Crypt-CBC - Encrypt Data with Cipher Block Chaining Mode
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Crypt-CBC (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    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

    Последнее изменение


    2 августа 2013 г. Igor Vlasenko 2.33-alt1
    - automated CPAN update
    24 июля 2013 г. Igor Vlasenko 2.32-alt1
    - automated CPAN update
    22 ноября 2010 г. Igor Vlasenko 2.30-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu