Le 16/11/2012 16:30, Florian Bösch a écrit :
On Fri, Nov 16, 2012 at 4:24 PM, <[email protected]
<mailto:[email protected]>> wrote:
The W3C Web Cryptography working group [1] has a draft that seems
to include a method to generate cryptographically random values [2].
It does include a random number generator. However it does not include
seeding and consequentially no guarantees about the algorithm and
repeatability.
That'd be a nonsense to add seeding in my opinion. If you want security,
you don't want to take the risk of people seeding and loose all security
property. If it's for debugging purposes, the seeding should be part of
a devtool, not of the web-facing API.
David