X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=e3eebd6a4b04808807ca2e54ea98bf273972d57e;hb=c554e6ff5c2c543997841c0fb0a506262843e8df;hp=3ec4aa9ae5df67517bd271565fe80587f87b65dc;hpb=d737abf6809622228faf7d5fe54101e2d87d72a4;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index 3ec4aa9..e3eebd6 100644 --- a/src/index.html +++ b/src/index.html @@ -43,17 +43,58 @@ .phrase { word-break: keep-all; } - .strength { + .generate-container .strength { /* override mobile width from bootstrap */ width: auto!important; display: inline-block; } - .languages * { + .languages a { padding-left: 10px; } + .languages a:nth-of-type(1) { + margin-left: -12px; + padding-left: 0; + } .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; + } + .qr-container { + position: fixed; + top: 0; + right: 0; + text-align: center; + background-color: #FFF; + border: 1px solid #CCC; + } + .qr-image { + margin: 5px; + } + .qr-hint { + padding: 2px; + } @@ -65,18 +106,23 @@

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. +

+
+
+
+ Generate a random mnemonic, or enter your own below: - a random - word mnemonic, or enter your own below. + words
+ +
+
+
+ +
+
+
- +
- +
- +
- +
- +
- +
+
@@ -159,11 +275,14 @@
-

For more info see the BIP44 spec

+

+ For more info see the + BIP44 spec. +

@@ -171,7 +290,7 @@
@@ -179,7 +298,7 @@
@@ -187,14 +306,44 @@
- + +
+

The account extendend keys can be used for importing to most BIP44 compatible wallets, such as mycelium or electrum.

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+

The BIP32 derivation path and extended keys are the basis for the derived addresses.

+
+
+
+
@@ -206,10 +355,13 @@
-

For more info see the BIP32 spec

+

+ For more info see the + BIP32 spec +

- +
@@ -218,42 +370,31 @@
- +
-

- Use path m/0'/0. - For more info see the Hive Wallet homepage +

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

-
-
-
- -
-

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

+ For more info see the + Bitcoin Core BIP32 implementation

- +

- Use path m/0'/0' with hardened addresses. - For more info see the Bitcoin Core BIP32 implementation + Use path m/44'/0'/0'. + Only enter the xpub extended key into block explorer search fields, never the xprv key.

-
-
-
- -

- Use path m/44'/0'/0'. - Only enter the xpub extended key into block explorer search fields, never the xpriv key. + Can be used with: + blockchain.info

@@ -262,15 +403,15 @@
- +
- +
- +
- +
@@ -282,76 +423,104 @@

Derived Addresses

-

Note these addreses are derived from the BIP32 Extended Key

+

Note these addreses are derived from the BIP32 Extended Key

- - - - - + + + + +
- Path   - + Path   +
- Address   - + Address   +
- Public Key   - + Public Key   +
- Private Key   - + Private Key   +
   
   
   
   
   
    
    
    
    
    
- Show next + Show more rows: - +
-

More info

-

BIP39 Mnemonic code for generating deterministic keys

-

+

More info

+

BIP39 Mnemonic code for generating deterministic keys

+

Read more at the official BIP39 spec

-

BIP32 Hierarchical Deterministic Wallets

-

+

BIP32 Hierarchical Deterministic Wallets

+

Read more at the official BIP32 spec - and see the demo at +

+

+ See the demo at bip32.org

-

BIP44 Multi-Account Hierarchy for Deterministic Wallets

-

+

BIP44 Multi-Account Hierarchy for Deterministic Wallets

+

Read more at the official BIP44 spec

-

Private Keys

+

Private Keys

+

+ + Use private keys at + brainwallet.org. + + Be careful - it can be easy to make mistakes if you don't know what you're doing. +

+

Entropy

- Use private keys at - brainwallet.org, - but be careful - it can be easy to make mistakes if you - don't know what you're doing + + 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 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. + + The built in random generator 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 the generate button will not work. + In that case you might choose to use your own source of entropy. +

+

+ You are not a good source of entropy.

@@ -361,24 +530,24 @@
-

Offline Usage

+

Offline Usage

-

+

You can use this tool without having to be online.

-

+

In your browser, select file save-as, and save this page as a file.

-

+

Double-click that file to open it in a browser on any offline computer.

- Alternatively, download it from - - https://github.com/iancoleman/bip39 - + Alternatively, download the file from the repository + - + https://github.com/iancoleman/bip39 +

@@ -388,16 +557,17 @@
-

This project is 100% open-source code

+

This project is 100% open-source code

- Get the source code at - + Get the source code from the repository + - https://github.com/iancoleman/bip39

-

Libraries

+

Libraries

BitcoinJS - @@ -439,6 +609,12 @@

+ + @@ -446,17 +622,20 @@ + + + @@ -465,6 +644,9 @@ + + +