libbytes-random-secure-perl 0.29-ok1 source package in openKylin

Changelog

libbytes-random-secure-perl (0.29-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libbytes-random-secure-perl_0.29.orig.tar.gz 27.4 KiB 53bbd339e6a11efca07c619a615c7c188a68bb2be849a1cb7efc3dd4d9ae85ae
libbytes-random-secure-perl_0.29-ok1.debian.tar.xz 2.0 KiB 85b147ab4b6bf6ae268b059812fa85dc720d19f2056080e6fda076dcbb3b8e6c
libbytes-random-secure-perl_0.29-ok1.dsc 2.1 KiB dd6a601bbe14e3a4356b55253546d8d954c51c6ef59065e804d1fd783a18df34

View changes file

Binary packages built by this source

libbytes-random-secure-perl: Perl extension to generate cryptographically-secure random bytes

 Bytes::Random::Secure provides two interfaces for obtaining crypt-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 five functions that can be used any time
 you need a string (or MIME Base64 representation, or hex-digits
 representation, or Quoted Printable representation) of a specific number of
 random bytes. There are equivalent methods available via the OO interface.
 .
 Bytes::Random::Secure can be a drop-in replacement for Bytes::Random, with
 the primary enhancement of using a much higher 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.