]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Add a button to remove the "change" in the derivation path for ethereum
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index 654828867423d6656341c6bdc7e3900bf0f44c1a..491b4be0729b477338eabd2870558a9cadec7500 100644 (file)
@@ -15,7 +15,7 @@
         <div class="container">
 
             <h1 class="text-center">Mnemonic Code Converter</h1>
-            <p class="version">v0.5.0</p>
+            <p class="version">v0.5.2</p>
             <hr>
             <div class="row">
                 <div class="col-md-12">
                                     <a href="#italian"  title="Italian">Italiano</a>
                                     <a href="#korean"  title="Korean">한국어</a>
                                     <a href="#czech" title="Czech">Čeština</a>
+                                    <a href="#portuguese" title="Portuguese">Português</a>
                                 </div>
                             </div>
                         </div>
                             <div class="col-sm-10">
                                 <label class="control-label text-weight-normal">
                                     <input type="checkbox" class="showBip85" />
-                                    Show <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85</a>
+                                    Show BIP85
                                 </label>
                             </div>
                         </div>
 
                         <div class="form-group bip85 hidden">
+                            <div class="form-group text-danger">
+                                <label class="col-sm-2 control-label">Warning</label>
+                                <div class="col-sm-10 form-control-static">
+                                    This is an advanced feature and should only be used if you understand what it does.
+                                </div>
+                            </div>
+                            <div class="form-group">
+                                <label class="col-sm-2"></label>
+                                <div class="col-sm-10">
+                                    <p>
+                                    The value of the "BIP85 Child Key" field shown below is not used
+                                    elsewhere on this page. It can be used as a new key.
+                                    </p>
+                                    <p>
+                                    In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic"
+                                    field to use it as a new mnemonic.
+                                    </p>
+                                    <p>
+                                    Please read the
+                                    <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki" target="_blank">
+                                        BIP85 spec
+                                    </a>
+                                    for more information.
+                                    </p>
+                                </div>
+                            </p>
                             <label for="bip85-application" class="col-sm-2 control-label">BIP85 Application</label>
                             <div class="col-sm-10">
                                 <select id="bip85-application" class="form-control">
                             <div class="col-sm-10 languages">
                                 <select id="bip85-mnemonic-language" class="strength form-control">
                                     <option value="0" selected>English</option>
-                                    <option value="1">日本語</option>
+                                    <!--<option value="1">日本語</option>
                                     <option value="2">한국어</option>
                                     <option value="3">Español</option>
                                     <option value="4">中文(简体)</option>
                                     <option value="6">Français</option>
                                     <option value="7">Italiano</option>
                                     <option value="8">Čeština</option>
+                                    <option value="9">Português</option>-->
                                 </select>
                             </div>
                         </div>
                                     title="BIP85 Child Key"
                                     rows="3"
                                 ></textarea>
-                                <p class="help-block">
-                                    <span id="bip85Warn" class="text-danger">The value of the "BIP85 Child Key" field shown above is not used
-                                        anywhere on this page. It can be used as a new key.
-                                        (In case of the BIP39 application, you can paste it into the "BIP39 Mnemonic"
-                                        field to use it as a new mnemonic). Please read the
-                                        <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki">BIP85 specs</a>
-                                        for more information. This is an advanced feature and should only be used if you understand what it does.
-                                    </span>
-                                </p>
                             </div>
                         </div>
 
                                         <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a>
                                     </label>
                                     <div class="col-sm-10">
-                                      <input id="change-bip44" type="text" class="change form-control" value="0">
+                                        <div class="input-group">
+                                          <input id="change-bip44" type="text" class="change form-control" value="0">
+                                          <a class="default-bip44-change-value btn btn-primary input-group-addon" role="button">Default</a>
+                                        </div>
                                     </div>
                                 </div>
                                 <div class="form-group">
                         Read more at the
                         <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a>
                     </p>
+                    <h3>BIP85 <span class="small">Deterministic Entropy From BIP32 Keychains</span></h3>
+                    <p>
+                        Read more at the
+                        <a href="https://github.com/bitcoin/bips/blob/master/bip-0085.mediawiki" target="_blank">official BIP85 spec</a>
+                    </p>
                     <h3 id="entropy-notes">Entropy</h3>
                     <p>
                         <span>Entropy values should not include the BIP39 checksum. This is automatically added by the tool.</span>
         <script src="js/ripple-util.js"></script>
         <script src="js/jingtum-util.js"></script>
         <script src="js/casinocoin-util.js"></script>
+        <script src="js/cosmos-util.js"></script>
         <script src="js/eos-util.js"></script>
         <script src="js/fio-util.js"></script>
         <script src="js/sjcl-bip39.js"></script>
         <script src="js/wordlist_italian.js"></script>
         <script src="js/wordlist_korean.js"></script>
         <script src="js/wordlist_czech.js"></script>
+        <script src="js/wordlist_portuguese.js"></script>
         <script src="js/jsbip39.js"></script>
         <script src="js/entropy.js"></script>
         <script src="js/index.js"></script>