X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=64a3bc0e4c463de709136f0b6d3c1e59ed4eef09;hb=ea12c8a97f8db58ea3a7b838f7bc3b10400e7d9e;hp=7c204df25c1a8698a731caa316f9d5d57f587a5f;hpb=7c31e3cd23202ae93fb4736ae96b4acae6dafacb;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index 7c204df..64a3bc0 100644 --- a/src/index.html +++ b/src/index.html @@ -40,14 +40,43 @@ box-shadow: inset 0 1px 1px rgba(0,0,0,.0); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); } - .strength { + .phrase { + word-break: keep-all; + } + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; } - .languages a { + .languages * { padding-left: 10px; } + .monospace { + font-family: monospace; + } + .entropy-container .filtered, + .entropy-container .binary { + word-wrap: break-word; + } + .entropy-container li { + padding-bottom: 5px; + } + .card-suit { + font-size: 19px; + line-height: 0; + } + .card-suit.club { + color: #009F00; + } + .card-suit.diamond { + color: #3D5DC4; + } + .card-suit.heart { + color: #F00; + } + .card-suit.spade { + color: #000; + } @@ -59,12 +88,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

+
+
+
@@ -86,7 +117,76 @@
+ +
+
+
+ +
+
+
English @@ -216,19 +316,21 @@
- +

- Use path m/0'/0. - For more info see the Hive Wallet homepage + m/44'/0'/0' generates extended keys for import / export. +

+

+ m/44'/0'/1' to generate the next account. Continue incrementing for more accounts (most use a single account). +

+

+ m/44'/0'/0'/0 to generate public addresses. +

+

+ m/44'/0'/0'/1 to generate change addresses.

-
-
-
- -

- Use path m/44'/0'/0'/0. For more info see the Mycelium Wallet homepage

@@ -238,6 +340,8 @@

Use path m/0'/0' with hardened addresses. +

+

For more info see the Bitcoin Core BIP32 implementation

@@ -247,7 +351,10 @@

Use path m/44'/0'/0'. - Only enter the xpub extended key into block explorer search fields, never the xpriv key. + Only enter the xpub extended key into block explorer search fields, never the xprv key. +

+

+ Supported by blockchain.info.

@@ -291,6 +398,12 @@
+ +
+ Public Key   + +
+
Private Key   @@ -298,12 +411,12 @@
- -     -     -     -     -     + +      +      +      +      +     
@@ -341,6 +454,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. +

@@ -435,6 +566,7 @@ + @@ -445,7 +577,16 @@ + + + + + + + + +