A system call for random numbers: getrandom()
A system call for random numbers: getrandom()
Posted Jul 28, 2014 0:13 UTC (Mon) by raven667 (subscriber, #5198)In reply to: A system call for random numbers: getrandom() by nybble41
Parent article: A system call for random numbers: getrandom()
Over time as new randomness was folded in and the offset gets larger then I would have confidence that the state would be too random to predict but anything that uses the PRNG output shortly after it is initially set up seems that it could be using predictable values. This would seem to be of concern to users of randomness early in the boot process, ssh key generation being the most obvious, but there are other things which use randomness.
I would presume that the people who actually fully understand this stuff have thought about all of these things and are way ahead of a layman such as myself in mitigating these issues.