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

    Исходный пакет: perl-Crypt-DES_EDE3
    Версия: 0.01-alt2.1
    Собран:  23 ноября 2010 г. 6:50
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: Crypt-DES_EDE3 - Triple-DES EDE encryption/decryption
    Описание: 
    *Crypt::DES_EDE3* implements DES-EDE3 encryption. This is triple-DES
    encryption where an encrypt operation is encrypt-decrypt-encrypt, and
    decrypt is decrypt-encrypt-decrypt. This implementation uses *Crypt::DES*
    to do its dirty DES work, and simply provides a wrapper around that
    module: setting up the individual DES ciphers, initializing the keys,
    and performing the encryption/decryption steps.
    
    DES-EDE3 encryption requires a key size of 24 bytes.
    
    You're probably best off not using this module directly, as the *encrypt*
    and *decrypt* methods expect 8-octet blocks. You might want to use the
    module in conjunction with *Crypt::CBC*, for example. This would be
    DES-EDE3-CBC, or triple-DES in outer CBC mode.

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

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

    Список участников:
    Igor Vlasenko
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-Crypt-DES
      2. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 0.01-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu
    6 сентября 2008 г. Vitaly Lipatov 0.01-alt2
    - fix directory ownership violation
    27 августа 2005 г. Vitaly Lipatov 0.01-alt1
    - first build for ALT Linux Sisyphus