X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=cb4c23d0fc453a9bc1692d8529d1dd6c26a02569;hb=0a84fe6ae178e6952c17e4208de8b405e5da55a8;hp=3ec4aa9ae5df67517bd271565fe80587f87b65dc;hpb=d737abf6809622228faf7d5fe54101e2d87d72a4;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index 3ec4aa9..cb4c23d 100644 --- a/src/index.html +++ b/src/index.html @@ -43,7 +43,7 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; @@ -54,6 +54,13 @@ .monospace { font-family: monospace; } + .entropy-container .filtered, + .entropy-container .binary { + word-wrap: break-word; + } + .entropy-container li { + padding-bottom: 5px; + } @@ -65,12 +72,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 +101,70 @@
+ +
+
+
+ +
+
+
English @@ -353,6 +425,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 +555,8 @@ + +