mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Adjust wording slightly to emphasize that random(3) should not be used for
any applications which need unpredictable random numbers, not merely those which are cryptographic in nature. If you work for a lottery and you're using random(3) to select the winning numbers, please let me know.
This commit is contained in:
parent
e02196c57f
commit
eb51316b50
1 changed files with 2 additions and 3 deletions
|
|
@ -54,9 +54,8 @@
|
|||
.Fn setstate "char *state"
|
||||
.Sh DESCRIPTION
|
||||
.Bf -symbolic
|
||||
The functions described in this manual page are not cryptographically
|
||||
secure.
|
||||
Cryptographic applications should use
|
||||
The functions described in this manual page are not secure.
|
||||
Applications which require unpredictable random numbers should use
|
||||
.Xr arc4random 3
|
||||
instead.
|
||||
.Ef
|
||||
|
|
|
|||
Loading…
Reference in a new issue