Commit 5c8d131
committed
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.1 parent a919938 commit 5c8d131
1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6669 | 6669 | | |
6670 | 6670 | | |
6671 | 6671 | | |
6672 | | - | |
| 6672 | + | |
6673 | 6673 | | |
6674 | | - | |
6675 | | - | |
6676 | | - | |
6677 | | - | |
6678 | | - | |
| 6674 | + | |
6679 | 6675 | | |
6680 | 6676 | | |
6681 | 6677 | | |
| |||
0 commit comments