From e4a1b8ce2989577e9dc5507e86f2aa4494a049e1 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Wed, 11 Nov 2015 21:19:08 -0500 Subject: [PATCH] Added link to getRandomValues(). --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 03d6efa..93afb80 100644 --- a/index.html +++ b/index.html @@ -199,7 +199,9 @@ I like passwords that I can remember.

FAQ: Are these dice rolls cryptographically secure?

-Yes, insofar as we're using the getRandomValues() function in Javascript, and you trust that your +Yes, insofar as we're using the +getRandomValues() function in Javascript, +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 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.