Package perl-Data-Entropy: Information

    Source package: perl-Data-Entropy
    Version: 0.007-alt4_8
    Build time:  Feb 17, 2020, 05:50 PM in the task #244911
    Category: Development/Perl
    Report package bug
    License: GPL+ or Artistic
    Summary: Download entropy from
    Description: 
    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.

    List of rpms provided by this srpm:
    perl-Data-Entropy (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko
    Cronbuild Service

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

    Last changed


    Jan. 22, 2020 Igor Vlasenko 0.007-alt4_8
    - to Sisyphus
    Oct. 4, 2018 Igor Vlasenko 0.007-alt3_8
    - update by mgaimport
    July 27, 2016 Igor Vlasenko 0.007-alt3_7
    - update by mgaimport