Search results for "module:Crypt::Random"
Crypt::Random - Cryptographically Secure, True Random Number Generator.
Crypt::Random is an interface module to the /dev/random device found on most modern unix systems. It also interfaces with egd, a user space entropy gathering daemon, available for systems where /dev/random (or similar) devices are not available. When...
VIPUL/Crypt-Random-1.54 - 03 Jun 2021 18:31:44 UTC
Crypt::Random::Seed - Simple method to get strong randomness
A simple mechanism to get strong randomness. The main purpose of this module is to provide a simple way to generate a seed for a PRNG such as Math::Random::ISAAC, for use in cryptographic key generation, or as the seed for an upstream module such as ...
DANAJ/Crypt-Random-Seed-0.03 - 16 Feb 2013 17:38:52 UTC
Crypt::Random::Source - Get weak or strong random data from pluggable sources
This module provides implementations for a number of byte oriented sources of random data. See Crypt::Random::Source::Factory for a more powerful way to locate sources, and the various sources for specific implementations....
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::TESHA2 - Random numbers using timer/schedule entropy
Generate random numbers using entropy gathered from timer / scheduler jitter. This can be used to generate non-pseudorandom data to seed a PRNG (e.g. "srand"/"rand", Math::Random::MT, etc.) or CSPRNG (e.g. AES-CTR or Math::Random::ISAAC). You may use...
DANAJ/Crypt-Random-TESHA2-0.01 - 11 Jan 2013 17:55:02 UTC
Crypt::OpenSSL::Random - OpenSSL/LibreSSL pseudo-random number generator access
"Crypt::OpenSSL::Random" provides the ability to seed and query the OpenSSL and LibreSSL library's pseudo-random number generators. Note: On LibreSSL "random_egd()" is not defined. EXPORT None by default....
RURBAN/Crypt-OpenSSL-Random-0.15 - 22 Apr 2018 12:18:30 UTC
Crypt::Random::Source::Weak - Abstract base class for weak random data sources
This is an abstract base class. There isn't much to describe....
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::Source::Base - Abstract base class for Crypt::Random::Source classes
This is an abstract base class. In the future it will be a role....
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::Source::SSLeay - Net::SSLeay support for Crypt::Random::Source
This module implements Net::SSLeay based random number generation for Crypt::Random::Source. Net::SSLeay does not wrap the SSL api, and "RAND_bytes" is documented as being cryptographically strong, so Crypt::Random::Source::Strong::SSLeay is also pro...
NUFFIN/Crypt-Random-Source-SSLeay-0.02 - 25 Nov 2009 17:13:59 UTC
Crypt::Random::TESHA2::Config - Configuration data
DANAJ/Crypt-Random-TESHA2-0.01
-
11 Jan 2013 17:55:02 UTC
Crypt::Random::Source::Strong - Abstract base class for strong random data sources
This is an abstract base class. There isn't much to describe....
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::Source::Factory - Load and instantiate sources of random data
This class implements a loading and instantiation factory for Crypt::Random::Source objects. If $ENV{CRYPT_RANDOM_NOT_PLUGGABLE} is set then only a preset list of sources will be tried. Otherwise Module::Find will be used to locate any installed sour...
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::Source::Base::Proc - Base class for helper processes (e.g. openssl)
This is a base class for using command line utilities which output random data on STDOUT as Crypt::Random::Source objects....
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::Source::Base::File - File (or device) random data sources
This is a base class for file (or file like) random data sources....
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC
Crypt::Random::Source::Base::Handle - IO::Handle based random data sources
This is a concrete base class for all IO::Handle based random data sources. It implements error handling...
ETHER/Crypt-Random-Source-0.14 - 10 Apr 2018 02:58:59 UTC