X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=fcdf109d5d6400f9b2054de78d7e139b02e5cfe2;hb=efe41586705d3eba480da31bb1002c4e54e73ef0;hp=dbdc67cd26a83c435a144d0ae1214b72e6de3654;hpb=d922d6910987f9161870ca2225a0e49d91ffc8b7;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index dbdc67c..fcdf109 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...
- - - - - - + + + + + + + + +