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

    Исходный пакет: perl-Data-Entropy
    Версия: 0.007-alt4_8
    Собран:  17 февраля 2020 г. 17:50 в задании #244911
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Data-Entropy

    Лицензия: GPL+ or Artistic
    О пакете: Download entropy from
    Описание: 
    This module maintains a concept of a current selection of entropy source.
    Algorithms that require entropy, such as those in the
    Data::Entropy::Algorithms manpage, can use the source nominated by this
    module, avoiding the need for entropy source objects to be explicitly
    passed around. This is convenient because usually one entropy source will
    be used for an entire program run and so an explicit entropy source
    parameter would rarely vary. There is also a default entropy source,
    avoiding the need to explicitly configure a source at all.
    
    If nothing is done to set a source then it defaults to the use of Rijndael
    (AES) in counter mode (see the Data::Entropy::RawSource::CryptCounter
    manpage and the Crypt::Rijndael manpage), keyed using Perl's built-in
    'rand' function. This gives a data stream that looks like concentrated
    entropy, but really only has at most the entropy of the 'rand' seed. Within
    a single run it is cryptographically difficult to detect the correlation
    between parts of the pseudo-entropy stream. If more true entropy is
    required then it is necessary to configure a different entropy source.

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

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Cronbuild Service

      1. perl(Data/Float.pm)
      2. perl(Errno.pm)
      3. perl(Exporter.pm)
      4. perl(HTTP/Lite.pm)
      5. perl(IO/File.pm)
      6. perl(Module/Build.pm)
      7. perl(Params/Classify.pm)
      8. perl(Test/More.pm)
      9. perl(constant.pm)
      10. perl(integer.pm)
      11. perl(parent.pm)
      12. perl(strict.pm)
      13. perl(warnings.pm)
      14. /proc
      15. perl-podlators
      16. rpm-build-perl
      17. perl(CPAN.pm)
      18. perl(Carp.pm)
      19. perl(Crypt/Rijndael.pm)

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


    22 января 2020 г. Igor Vlasenko 0.007-alt4_8
    - to Sisyphus
    4 октября 2018 г. Igor Vlasenko 0.007-alt3_8
    - update by mgaimport
    27 июля 2016 г. Igor Vlasenko 0.007-alt3_7
    - update by mgaimport