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

    Исходный пакет: perl-Crypt-GeneratePassword
    Версия: 0.05-alt1
    Собран:  16 ноября 2015 г. 19:46 в задании #153342
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: generate secure random pronounceable passwords
    Описание: 
    Crypt::GeneratePassword generates random passwords that are
    (more or less) pronounceable. Unlike Crypt::RandPasswd, it
    doesn't use the FIPS-181 NIST standard, which is proven to be
    insecure. It does use a similar interface, so it should be a
    drop-in replacement in most cases.
    
    If you want to use passwords from a different language than english,
    you can use one of the packaged alternate unit tables or generate
    your own. See below for details.
    
    For details on why FIPS-181 is insecure and why the solution
    used in this module is reasonably secure, see "A New Attack on
    Random Pronounceable Password Generators" by Ravi Ganesan and
    Chris Davies, available online in may places - use your
    favourite search engine.
    
    This module improves on FIPS-181 using a true random selection with
    the word generator as mere filter. Other improvements are
    better pronounceability using third order approximation instead
    of second order and multi-language support.
    Drawback of this method is that it is usually slower. Then again,
    computer speed has improved a little since 1977.

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

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

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

      1. perl-devel

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


    16 ноября 2015 г. Igor Vlasenko 0.05-alt1
    - automated CPAN update
    16 июня 2014 г. Igor Vlasenko 0.04-alt1
    - automated CPAN update
    22 ноября 2010 г. Igor Vlasenko 0.03-alt2.1
    - repair after perl 5.12 upgrade using girar-nmu