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

Changelog

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

  * Build for openKylin.

 -- zhouganqing <email address hidden>  Thu, 22 Sep 2022 15:55:57 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

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-ok2.debian.tar.xz 1.9 KiB 2492dbacd1cfa230e3f09aa857fbf602ef1c234f8a6c1bb10cde7a47e0f05315
libbytes-random-secure-perl_0.29-ok2.dsc 2.0 KiB d4cb666e7827e0b754d07b93cd0f5640e9c16b9032e1d2e592f2e2cb9804843f

Available diffs

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.