blob: dd7fb0b4dcaf401a685df5642d40b6af2229164b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
WWW: https://metacpan.org/release/Bytes-Random-Secure-Tiny
|