|
|
|
|
|
by throw0101a
2351 days ago
|
|
> 2. "Running out of randomness" is nonsensical. If you couldn't guess the exact pool before, you can't suddenly start guessing the pool after pulling out 200 exabytes of randomness either. Not entirely. /dev/random and arc4random(4) under OpenBSD originally used the output of RC4, which has a finite state size: * https://en.wikipedia.org/wiki/RC4 Rekeying / mixing up the state semi-regularly would reset things. It's the occasional shuffling that really helps with forward security, especially if a system has been compromised at the kernel level. |
|