X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=4f48a27d1d5eb5c72a4a8ce183471717296ed2e5;hb=b299a6a722ef43caf80bf1be8a47a020cc740d4c;hp=517d4affe3153de746bc3462c0ec8bfcd3064e00;hpb=b630f83d2328d355d1250676063b2ef5fd9e7257;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index 517d4af..4f48a27 100644 --- a/src/index.html +++ b/src/index.html @@ -40,11 +40,20 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); } + .phrase { + word-break: keep-all; + } .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; } + .languages * { + padding-left: 10px; + } + .monospace { + font-family: monospace; + } @@ -56,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

+
+
+
@@ -83,6 +94,92 @@
+ +
+
+
+ +
+
+
@@ -276,6 +373,12 @@
+ +
+ Public Key   + +
+
Private Key   @@ -283,7 +386,7 @@
- +             @@ -326,6 +429,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. +

@@ -420,6 +541,7 @@ + @@ -430,7 +552,15 @@ + + + + + + + +