معرفی شرکت ها


perl-Bytes-Random-Secure-0.29-alt1.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Perl extension to generate cryptographically-secure random bytes.
ویژگی مقدار
سیستم عامل Linux
توزیع ALT p10
مخزن ALTLinux classic noarch
نام بسته perl-Bytes-Random-Secure
نام فایل بسته perl-Bytes-Random-Secure-0.29-alt1.noarch.rpm
نسخه بسته 0.29
انتشار بسته alt1
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Mon 12 Oct 2015 12
هاست سازنده viy-sisyphus.hasher.altlinux.org
نوع بسته .rpm
آدرس صفحه اصلی http://search.cpan.org/dist/Bytes-Random-Secure/
مجوز perl
حجم دانلود 21K
حجم نصب 46.238K
the Bytes::Random::Secure manpage 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 the Bytes::Random manpage, 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 the Bytes::Random manpage's function by the same name. But with Bytes::Random::Secure the random number generator comes from the Math::Random::ISAAC manpage, and is suitable for cryptographic purposes. The harder problem to solve is how to seed the generator. This module uses the Crypt::Random::Seed manpage to generate the initial seeds for Math::Random::ISAAC. In addition to providing `random_bytes()', this module also provides several functions not found in the Bytes::Random manpage: `random_string_from', `random_bytes_base64()', `random_bytes_hex', and `random_bytes_qp'. And finally, for those who need finer control over how the Crypt::Random::Seed manpage 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.


نیازمندی

مقدار نام
- /usr/share/perl5
- perl(Crypt/Random/Seed.pm)
- perl(MIME/Base64.pm)
>= 3.030 perl(MIME/QuotedPrint.pm)
- perl(Math/Random/ISAAC.pm)
>= 1.210 perl(Scalar/Util.pm)
- perl(constant.pm)
- rpmlib(PayloadIsLzma)


ارائه دهنده

مقدار نام
= 0.290 perl(Bytes/Random/Secure.pm)
= 0.29-alt1 perl-Bytes-Random-Secure


نحوه نصب


نصب پکیج rpm perl-Bytes-Random-Secure:

    sudo apt-get install perl-Bytes-Random-Secure-0.29-alt1.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/perl-Bytes-Random-Secure-0.29
/usr/share/doc/perl-Bytes-Random-Secure-0.29/Changes
/usr/share/doc/perl-Bytes-Random-Secure-0.29/README
/usr/share/doc/perl-Bytes-Random-Secure-0.29/examples
/usr/share/doc/perl-Bytes-Random-Secure-0.29/examples/random-from.pl
/usr/share/doc/perl-Bytes-Random-Secure-0.29/examples/random-sha512-oo.pl
/usr/share/doc/perl-Bytes-Random-Secure-0.29/examples/random-sha512.pl
/usr/share/perl5/Bytes
/usr/share/perl5/Bytes/Random
/usr/share/perl5/Bytes/Random/Secure.pm


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2015-10-11

automated CPAN update

2014-02-19

moved to Sisyphus for Slic3r (by dd@ request)

2013-11-26

regenerated from template by package builder

2013-10-09

initial import by package builder