X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=bip39-standalone.html;h=f1837776d0a20a1931591c2ad6d2d92050c8a8b1;hp=b1fe90ef7f658b1349b00e1d4ab43e03059205ef;hb=e40acc3ab0e78ca3a9b63d0b1c9e16f804da104e;hpb=563e401a4f3880da88bfc69cf51be5a1becd4c66 diff --git a/bip39-standalone.html b/bip39-standalone.html index b1fe90e..f183777 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -11,7 +11,8 @@ - + +

Mnemonic Code Converter

+

v0.2.2


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: + + + words +
+
+
+
+ +
+
+
+ +
+
+
- + +
+ +
+
+
+
- +
- +
- +
+
@@ -122,11 +280,14 @@

Derivation Path

@@ -135,27 +296,30 @@
-

For more info see the BIP44 spec

+

+ For more info see the + BIP44 spec. +

- +
- +
@@ -163,14 +327,44 @@
- + +
+

The account extended 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.

+
+
+
+
@@ -182,46 +376,174 @@
-

For more info see the BIP32 spec

+

+ For more info see the + BIP32 spec +

+
+
+ +
+ +
- +
- +
+ +
+
+ +
+

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

+

+ For more info see the + Bitcoin Core BIP32 implementation +

+
+
+
+

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

+

+ For more info see + MultiBit HD

- +

- Use path m/44'/0'/0'/0. - For more info see the Mycelium Wallet homepage + Use path m/44'/0'/0'. + Only enter the xpub extended key into block explorer search fields, never the xprv key. +

+

+ Can be used with: + blockchain.info +

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

+ For more info see the + BIP49 spec.

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

The account extended keys can be used for importing to most BIP49 compatible wallets.

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

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

+
+
+
+ +
+ +
+
- +
- +
- +
- +
@@ -233,71 +555,119 @@

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

+

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

+

+ Do not store 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 + Storing entropy (such as keeping a deck of cards in a specific shuffled order) is unreliable compared to storing a mnemonic. + Instead of storing entropy, store the mnemonic generated from the entropy. + Steganography may be beneficial when storing the mnemonic.

+

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

+

License

+

+ Please refer to the software license for more detail. + +

+

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

@@ -306,24 +676,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/dcpos/bip39 - + Alternatively, download the file from the repository + - + https://github.com/iancoleman/bip39 +

@@ -333,16 +703,17 @@
-

This project is 100% open-source code

+

This project is 100% open-source code

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

-

Libraries

+

Libraries

BitcoinJS - @@ -384,6 +755,15 @@

+ + @@ -391,2552 +771,4210 @@ - - - - + + + + + + + - - - + + + + + + + + + + + + + + + +