X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Findex.html;h=59ef1a02359fc5aa75230762fea0be0561cf55a2;hb=ae30fed8037fa9d1e88e9431c4f301f1d1c53d29;hp=fb287f55d89ba3bf38a8306681d1a3089b1c3034;hpb=dd566a1e2f7e01442890330db3845f3521cf011f;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/index.html b/src/index.html index fb287f5..59ef1a0 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

@@ -63,7 +68,7 @@
- +
@@ -74,10 +79,18 @@
+
+ +
+ +
+
- +
@@ -90,9 +103,12 @@

Derivation Path

@@ -137,7 +153,7 @@
- +
@@ -155,6 +171,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 +

+
+
@@ -162,13 +196,13 @@
- +
- +
@@ -185,7 +219,7 @@
- Index   + Path  
@@ -241,7 +275,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 +340,9 @@

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

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