Wgetting bytes from random.org
Wgetting bytes from random.org
Posted May 24, 2008 0:09 UTC (Sat) by jch (guest, #51929)In reply to: Wgetting bytes from random.org by pr1268
Parent article: Appropriate sources of entropy
> wget ... | xxd -r ... > /dev/random I believe that this will mix new data into the entropy pool, but not actually increase the entropy estimate. In other words, any process blocking on /dev/random will remain blocked until some other, accounted for, entropy is added. I believe you'll need to ioctl(RNDADDENTROPY) in order to fix that.
