Crypt-Random-Source 0.11 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Crypt::Random::Source | Get weak or strong random data from pluggable sources | 0.11 | metacpan |
Crypt::Random::Source::Base | Abstract base class for L<Crypt::Random::Source> classes | 0.11 | metacpan |
Crypt::Random::Source::Base::File | File (or device) random data sources | 0.11 | metacpan |
Crypt::Random::Source::Base::Handle | L<IO::Handle> based random data sources | 0.11 | metacpan |
Crypt::Random::Source::Base::Proc | Base class for helper processes (e.g. C<openssl>) | 0.11 | metacpan |
Crypt::Random::Source::Base::RandomDevice | Base class for random devices | 0.11 | metacpan |
Crypt::Random::Source::Factory | Load and instantiate sources of random data | 0.11 | metacpan |
Crypt::Random::Source::Strong | Abstract base class for strong random data sources | 0.11 | metacpan |
Crypt::Random::Source::Strong::devrandom | A strong random data source using F</dev/random> | 0.11 | metacpan |
Crypt::Random::Source::Weak | Abstract base class for weak random data sources | 0.11 | metacpan |
Crypt::Random::Source::Weak::devurandom | A weak random data source using F</dev/urandom> | 0.11 | metacpan |
Crypt::Random::Source::Weak::rand | Use C<rand> to create random bytes | 0.11 | metacpan |