From c6624d51f4e5607202e48903352574c47571baab Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Thu, 3 Nov 2016 16:34:56 +1100 Subject: Entropy can be supplied by user --- src/index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 6 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 3ec4aa9..cb7a781 100644 --- a/src/index.html +++ b/src/index.html @@ -65,12 +65,14 @@

Mnemonic

-
-
-

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)

-

For more info see the BIP39 spec

-
+
+
+

You can enter an existing BIP39 mnemonic, or generate a new random one. Typing your own twelve words will probably not work how you expect, since the words require a particular structure (the last word is a checksum)

+

For more info see the BIP39 spec

+
+
+
@@ -92,7 +94,30 @@
-
+ +
+
+
+ +
+
+
English @@ -353,6 +378,24 @@ but be careful - it can be easy to make mistakes if you don't know what you're doing

+

Entropy

+

+ Entropy values must be sourced from a + strong source of randomness. + This means flipping a fair coin, rolling a fair dice, noise measurements etc. Do NOT use + phrases from books, lyrics from songs, your birthday or steet address, keyboard mashing, or anything you think + is random, because chances are overwhelming that it isn't random enough for the needs of this tool. +

+

+ The random mnemonic generator on this page uses a + cryptographically secure random number generator, + and can generally be trusted more than your own intuition about randomness. + If cryptographic randomness isn't available in your browser, this page will show a warning and will not generate + random mnemonics. +

+

+ You are not a good source of entropy. +

@@ -465,6 +508,7 @@ + -- cgit v1.2.3