How secure is Linux's random number generator?
lists.randombit.net
How secure is Linux's random number generator?
1–10 of 100 posts
Re: How secure is Linux's random number generator?
#2Re: How secure is Linux's random number generator?
#3Re: How secure is Linux's random number generator?
#4Re: How secure is Linux's random number generator?
#5Re: How secure is Linux's random number generator?
#6And here is the mailing list thread that the author refers to: https://lkml.org/lkml/2011/7/29/366
Re: How secure is Linux's random number generator?
#7Just because something is closed source doesn't mean it's insecure. RdRand meets various standards for RNGs and the dieharder tests don't show anything of concern. While you can't be 100 percent sure of the reliability of RdRand because you can't audit it, I feel safe trusting it for all but the most critical of applications. Here's a blog post describing testing RdRand with dieharder: http://smackerelofopinion.blogs…
Re: How secure is Linux's random number generator?
#8Prior two Edward Snowden's whistle blowing I think you could perceive the maintainer as paranoid around leaving the project (see linked thread) however now I think you can't discount what, if any, cooperation technology companies have been providing to the NSA.
"But what's the argument for _not_ mixing their probably-not-backdoored RNG with other entropy?"[1]
Does your answer to this really change that much "pre-Snowden"?
[1] http://lists.randombit.net/pipermail/cryptography/2013-July/...
Re: How secure is Linux's random number generator?
#9Just because something is closed source doesn't mean it's insecure. RdRand meets various standards for RNGs and the dieharder tests don't show anything of concern. While you can't be 100 percent sure of the reliability of RdRand because you can't audit it, I feel safe trusting it for all but the most critical of applications. Here's a blog post describing testing RdRand with dieharder: http://smackerelofopinion.blogs…
Re: How secure is Linux's random number generator?
#10Just because something is closed source doesn't mean it's insecure. RdRand meets various standards for RNGs and the dieharder tests don't show anything of concern. While you can't be 100 percent sure of the reliability of RdRand because you can't audit it, I feel safe trusting it for all but the most critical of applications. Here's a blog post describing testing RdRand with dieharder: http://smackerelofopinion.blogs…
You are right that closed source doesn't mean its insecure - on the other hand, open source could prove that it is indeed secure. With new scandals coming up every week these days, about hidden backdoors in security software, I trust open source more than ever before.