On Linux, /dev/random blocks when high quality random bits are not available, but /dev/urandom continues to emit "only cryptographically strong" bits even if it hasn't been able to mix in entropy for a long time.
Wanted is something tunable in between: it blocks when the ratio of entropy in and bits out decreases below some user-specified threshold.
No comments :
Post a Comment