TIL: /dev/urandom and /dev/random for Cryptographically Secure Random Generation

Today I learned about the differences between /dev/urandom and /dev/random, and how to use these devices for generating cryptographically secure random data in Unix systems.

October 31, 2020 ยท 4 min