X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=25e30fcd534ed4a54d9212afa82bb571eeda92ae;hb=146e089e28fbda936955ce74fc1f2214418633c5;hp=fb287f55d89ba3bf38a8306681d1a3089b1c3034;hpb=dd566a1e2f7e01442890330db3845f3521cf011f;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index fb287f5..25e30fc 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ BIP39 - Mnemonic Code - + @@ -13,8 +13,8 @@ body { padding-bottom: 32px; } - .form-control[disabled] { - cursor: auto; + .form-control[readonly] { + cursor: text; } .feedback-container { position: fixed; @@ -35,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); + } @@ -44,11 +49,11 @@
-

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

@@ -61,9 +66,18 @@
- + - +
@@ -74,10 +88,24 @@
+
+ +
+ +
+
+
+ +
+ +
+
- +
@@ -90,9 +118,12 @@

Derivation Path

@@ -137,7 +168,7 @@
- +
@@ -155,6 +186,31 @@
+
+
+ +
+
+ +
+

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

+
+
@@ -162,13 +218,13 @@
- +
- +
@@ -185,7 +241,7 @@
- Index   + Path  
@@ -241,7 +297,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

@@ -306,9 +362,9 @@

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

@@ -332,7 +388,7 @@
-
+
Loading...
- - - - - - + + + + + + + + +