Is reading from /dev/urandom on macOS Catalina a safe way to produce cryptographically secure data?
I’m reading a lot about entropy on macOS…
I know it doesn’t use Yarrow anymore as per this FIPS 140-02 doc a NIST compliant DRBG.
I read a lot:
https://github.com/briansmith/ring/pull/398
How can I measure (and increase… Continue reading Is reading from /dev/urandom on macOS Catalina a safe way to produce cryptographically secure data?