mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Added link to getRandomValues().
This commit is contained in:
parent
09c9885336
commit
e4a1b8ce29
1 changed files with 3 additions and 1 deletions
|
@ -199,7 +199,9 @@ I like passwords that I can remember.
|
||||||
|
|
||||||
<h3>FAQ: Are these dice rolls cryptographically secure?</h3>
|
<h3>FAQ: Are these dice rolls cryptographically secure?</h3>
|
||||||
|
|
||||||
Yes, insofar as we're using the getRandomValues() function in Javascript, and you trust that your
|
Yes, insofar as we're using the
|
||||||
|
<a href="https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues">getRandomValues() function in Javascript</a>,
|
||||||
|
and you trust that your
|
||||||
browser and computer have not been compromised or otherwise tampered with. Keep in mind that a not-so-theoretical attack
|
browser and computer have not been compromised or otherwise tampered with. Keep in mind that a not-so-theoretical attack
|
||||||
would be for an attacker to compromise the random number generator on your computer so that
|
would be for an attacker to compromise the random number generator on your computer so that
|
||||||
anything that is encrypted (or passkeys generated) would be suspectible to less intense cryptoanalysis.
|
anything that is encrypted (or passkeys generated) would be suspectible to less intense cryptoanalysis.
|
||||||
|
|
Loading…
Reference in a new issue