Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify the recommended alternatives to rand()
The CPAN Security Group (CPANSec) is currently working on guides to generating security-quality random data. We are focusing on modules that have secure defaults and are fairly lightweight. We would like to change the recommended modules to ones that we think are better options. Crypt::URandom is pure-perl, has fewer prerequisites than Crypt::Random, and works with Windows. Crypt::PRNG has secure defaults and methods for generating different kinds of random data.
- Loading branch information