X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=16d93e6f91ee674623e89c88a4a6af87d34f8d5b;hb=3e0ed16a93761d6b706ddcc10ee37319fec43e36;hp=bf1a7f34e2e41f2fc978d40265ee6ea45a2da23f;hpb=90dd6d3c920eb2b453636f317a196fc9d61cf968;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index bf1a7f3..16d93e6 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ BIP39 - Mnemonic Code - + @@ -13,6 +13,9 @@ body { padding-bottom: 32px; } + .form-control[readonly] { + cursor: text; + } .feedback-container { position: fixed; top: 0; @@ -32,6 +35,11 @@ border-bottom-left-radius: 20px 20px; border-bottom-right-radius: 20px 20px; } + .no-border { + border: 0; + box-shadow: inset 0 1px 1px rgba(0,0,0,.0); + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0); + } @@ -41,15 +49,15 @@
-

Phrase

+

Mnemonic

-

You can enter an existing BIP39 phrase, 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)

+

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

- +
@@ -58,17 +66,46 @@
- + - +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
- +
@@ -81,9 +118,12 @@

Derivation Path

@@ -128,7 +168,7 @@
- +
@@ -146,6 +186,24 @@
+
+ +
+

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

+
+
+
+ +
+

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

+
+
@@ -153,13 +211,13 @@
- +
- +
@@ -176,7 +234,7 @@
- Index   + Path  
@@ -232,7 +290,7 @@

Private Keys

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

@@ -297,9 +355,9 @@

- asmCrypto - - - https://github.com/vibornoff/asmcrypto.js + sjcl - + + https://github.com/bitwiseshiftleft/sjcl

@@ -323,7 +381,7 @@
-
+
Loading...
- - - - - - + + + + + + + +