]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - src/index.html
Add Nebulas (nebulas.io)
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / index.html
index 32b17b426b0c7cef572bff9d859be49c04b544a5..73d0084b0ec258a6bf55dfc1835076c9175adf9f 100644 (file)
@@ -15,7 +15,7 @@
         <div class="container">
 
             <h1 class="text-center">Mnemonic Code Converter</h1>
-            <p class="version">v0.3.8s</p>
+            <p class="version">v0.3.10</p>
             <hr>
             <div class="row">
                 <div class="col-md-12">
                                 <div class="form-inline">
                                     <div class="input-group-inline">
                                          <span>Generate a random mnemonic</span>:
-                                        <button class="btn generate" ><b>GENERATE</b></button> 
+                                        <button class="btn generate" ><b>GENERATE</b></button>
                                         <select id="strength" class="strength form-control">
                                             <option value="3">3</option>
                                             <option value="6">6</option>
                                             <option value="9">9</option>
                                             <option value="12">12</option>
-                                            <option value="15" selected=">15</option>
+                                            <option value="15" selected>15</option>
                                             <option value="18">18</option>
                                             <option value="21">21</option>
                                             <option value="24">24</option>
@@ -51,7 +51,8 @@
                                         <span>words, or enter your own below</span>.
                                         <p class="warning help-block hidden">
                                             <span class="text-danger">
-                                                Mnemonics with less than 12 words have low entropy and may be guessed by an attacker.</span>
+                                                Mnemonics with less than 12 words have low entropy and may be guessed by an attacker.
+                                            </span>
                                         </p>
                                     </div>
                                 </div>
                         Read more at the
                         <a href="https://github.com/bitcoin/bips/blob/master/bip-0049.mediawiki" target="_blank">official BIP49 spec</a>
                     </p>
-                    <h3>Private Keys</h3>
-                    <p>
-                        <span>
-                            Use private keys at
-                            <a href="https://web.archive.org/web/20150707020924/https://brainwallet.org/" target="_blank">brainwallet.org</a>.
-                        </span>
-                        <span>Be careful - it can be easy to make mistakes if you don't know what you're doing.</span>
-                    </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/ethereumjs-util.js"></script>
         <script src="js/ripple-util.js"></script>
         <script src="js/bchaddrjs-0.2.1.js"></script>
+        <script src="js/nebulas.js"></script>
         <script src="js/sjcl-bip39.js"></script>
         <script src="js/wordlist_english.js"></script>
         <script src="js/wordlist_japanese.js"></script>