|
|
|
|
|
by technion
3722 days ago
|
|
The part of this myth is down to what those circumstances are. What's generally accepted is that, early during first boot, urandom still produces 'random' data without enough entropy for it to be sufficiently random. What's a myth is that 'entropy can run out' and somehow a sufficiently seeded CSPRNG needs to block after a few reads while it gathers more entropy. The problem in these discussions is that one, edge case, but valid concern, becomes a cargo cult of "why you shouldn't use urandom" and introduces a messy anti-pattern. |
|
The cargo cult you are describing is exactly the cargo cult trap you are falling into.