Myths about /dev/urandom
Summary
The article debunks common myths about Linux /dev/urandom vs /dev/random, arguing that /dev/urandom is suitable for cryptographic use and explaining the RNG architecture, blocking issues, and changes introduced since Linux 4.8. It also discusses entropy, re-seeding, and modern getrandom usage.