2018-05-11 12:57:38 +02:00
|
|
|
A tiny Perl extension to generate cryptographically-secure random bytes.
|
|
|
|
|
|
|
|
It provides random bytes from a cryptographically secure random
|
|
|
|
number generator (ISAAC), seeded from strong entropy sources on a
|
|
|
|
wide variety of platforms. It does so without external dependencies
|
|
|
|
(except on Windows), and has a minimal but useful user interface
|
|
|
|
patterned after the module Bytes::Random::Secure.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Bytes-Random-Secure-Tiny
|