Ask HN: What's the most secure cross-platform RNG option?
I'm writing a very encryption heavy piece of software, and security is very important. With the big focus on RNG lately, I've really wanted to know what is the most secure. Hardware is ruled out due to possible backdooring.
6 comments
[ 4.2 ms ] story [ 24.1 ms ] threadOf course, there is a trust issue with this service potentially. However, supposedly, they use a random noise technique that is "true random".
<editorializing>On Windows (or proprietary Unix), you can't verify the implementation of any option for randomness.</editorializing>
it's famous for causing bugs/weaknesses from being used incorrectly, but afaik it's secure if used correctly. and it compiles on a wide range of hardware.