|
From: | Martijn Dekker |
Subject: | Re: [bug-bash] $RANDOM not Cryptographically secure pseudorandom number generator |
Date: | Sat, 19 Jan 2019 20:45:56 +0100 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 |
Op 16-01-19 om 02:21 schreef Quentin: > If you really need some quality CSPRNG values, I'd suggest adding a > $SECURE_RANDOM variable that just reads from /dev/urandom. IMHO, this would clearly be the correct approach. I don't know of any 21st century Unix or Unix-like system that doesn't have /dev/urandom. I would really like to see shells adopt this idea -- hopefully all with the same variable name. - M.
[Prev in Thread] | Current Thread | [Next in Thread] |