auroraborealis
May 2nd, 2006, 10:03 PM
For a project, I needed a way to increase the entropy pool without typing keys or moving the mouse. I don't know much about how Linux increases its entropy pool, but I did read somewhere that disk I/O would cause this increase. So I came up with a simple way to accomplish my task:
hdparm -t /dev/hda1
But I'm thinking that this could be deterministic somehow. I haven't been able to find out any more information on this issue. Does any have experience with entropy generation?
hdparm -t /dev/hda1
But I'm thinking that this could be deterministic somehow. I haven't been able to find out any more information on this issue. Does any have experience with entropy generation?