aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Bytes-Random-Secure-Tiny/pkg-descr
blob: bb327ca2bdd3cefb0b7dc4d0bbfa7e1318785d30 (plain) (blame)
1
2
3
4
5
6
7
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.