1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libmath-random-secure-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcrypt-random-source-perl,
liblist-moreutils-perl,
libmath-random-isaac-perl,
libmoo-perl (>= 2),
libtest-sharedfork-perl,
libtest-warn-perl,
perl
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmath-random-secure-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmath-random-secure-perl.git
Homepage: https://metacpan.org/release/Math-Random-Secure
Package: libmath-random-secure-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcrypt-random-source-perl,
libmath-random-isaac-perl,
libmoo-perl (>= 2)
Description: cryptographically-secure, cross-platform replacement for rand()
Math::Random::Secure is intended to provide a cryptographically-secure
replacement for Perl's built-in rand function.
.
"Crytographically secure", in this case, means that: nobody can guess the
future number, there are so many possible seeds that it would take millenia
for an attacker to try them all.
|