SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Bytes-Random-Secure rpm build for : openSUSE Tumbleweed. For other distributions click perl-Bytes-Random-Secure.

Name : perl-Bytes-Random-Secure
Version : 0.290.0 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : 1.4 Date : 2015-09-20 19:02:34
Group : Unspecified Source RPM : perl-Bytes-Random-Secure-0.290.0-1.4.src.rpm
Size : 0.06 MB
Packager : (none)
Summary : Perl extension to generate cryptographically-secure random bytes
Description :
Bytes::Random::Secure provides two interfaces for obtaining crypto-quality
random bytes. The simple interface is built around plain functions. For
greater control over the Random Number Generator\'s seeding, there is an
Object Oriented interface that provides much more flexibility.

The \"functions\" interface provides functions that can be used any time you
need a string of a specific number of random bytes. The random bytes are
available as simple strings, or as hex-digits, Quoted Printable, or MIME
Base64. There are equivalent methods available from the OO interface, plus
a few others.

This module can be a drop-in replacement for Bytes::Random, with the
primary enhancement of using a cryptographic-quality random number
generator to create the random data. The \'random_bytes\' function emulates
the user interface of Bytes::Random\'s function by the same name. But with
Bytes::Random::Secure the random number generator comes from
Math::Random::ISAAC, and is suitable for cryptographic purposes. The harder
problem to solve is how to seed the generator. This module uses
Crypt::Random::Seed to generate the initial seeds for Math::Random::ISAAC.

In addition to providing \'random_bytes()\', this module also provides
several functions not found in Bytes::Random: \'random_string_from\',
\'random_bytes_base64()\', \'random_bytes_hex\', and \'random_bytes_qp\'.

And finally, for those who need finer control over how Crypt::Random::Seed
generates its seed, there is an object oriented interface with a
constructor that facilitates configuring the seeding process, while
providing methods that do everything the \"functions\" interface can do
(truth be told, the functions interface is just a thin wrapper around the
OO version, with some sane defaults selected). The OO interface also
provides an \'irand\' method, not available through the functions interface.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Tumbleweed/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Bytes-Random-Secure-0.290.0-1.4.noarch.rpm
     

Provides :
perl(Bytes::Random::Secure)
perl-Bytes-Random-Secure

Requires :
perl(:MODULE_COMPAT_5.40.0)
perl(Crypt::Random::Seed)
perl(Math::Random::ISAAC)
perl(Scalar::Util) >= 1.21
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.40.0/Bytes
/usr/lib/perl5/vendor_perl/5.40.0/Bytes/Random
/usr/lib/perl5/vendor_perl/5.40.0/Bytes/Random/Secure.pm
/usr/share/doc/packages/perl-Bytes-Random-Secure
/usr/share/doc/packages/perl-Bytes-Random-Secure/Changes
/usr/share/doc/packages/perl-Bytes-Random-Secure/README
/usr/share/doc/packages/perl-Bytes-Random-Secure/examples
/usr/share/doc/packages/perl-Bytes-Random-Secure/examples/random-from.pl
/usr/share/doc/packages/perl-Bytes-Random-Secure/examples/random-sha512-oo.pl
/usr/share/doc/packages/perl-Bytes-Random-Secure/examples/random-sha512.pl
/usr/share/man/man3/Bytes::Random::Secure.3pm.gz

 
ICM