Removing the Linux /dev/random blocking pool
Removing the Linux /dev/random blocking pool
Posted Jan 8, 2020 15:44 UTC (Wed) by leromarinvit (subscriber, #56850)In reply to: Removing the Linux /dev/random blocking pool by gebi
Parent article: Removing the Linux /dev/random blocking pool
But a stream of encrypted 0's (or 0xFF, as seems to be the case here) still adds precisely as much entropy as the key has to the pool. And if a buggy RDRAND is your only source of "entropy" (I know that shouldn't happen in practice), then the entire stream of random numbers is trivially predictable.
Posted Jan 8, 2020 16:13 UTC (Wed)
by gebi (guest, #59940)
[Link]
Removing the Linux /dev/random blocking pool
exactly, so it's still just "For all practical purposes and when using rng-tools(5) it does not matter."
