From ea87f1d32c4c7218e226376e5a5926c46672eae8 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Wed, 30 Nov 2016 15:32:26 +1100 Subject: [PATCH] Translations and new card entropy in standalone --- bip39-standalone.html | 681 +++++++++++++++++++++++++++++------------- 1 file changed, 467 insertions(+), 214 deletions(-) diff --git a/bip39-standalone.html b/bip39-standalone.html index a373d6a..e8aaaa6 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -52,9 +52,13 @@ width: auto!important; display: inline-block; } - .languages * { + .languages a { padding-left: 10px; } + .languages a:nth-of-type(1) { + margin-left: -12px; + padding-left: 0; + } .monospace { font-family: monospace; } @@ -95,8 +99,11 @@
-

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

+

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

@@ -104,8 +111,8 @@
+ Generate a random mnemonic, or enter your own below: - a random - word mnemonic, or enter your own below. + words
- +
- +
- +
- +
- +
@@ -257,11 +265,14 @@
-

For more info see the BIP44 spec

+

+ For more info see the + BIP44 spec. +

@@ -269,7 +280,7 @@
@@ -277,7 +288,7 @@
@@ -285,14 +296,14 @@
- +
@@ -304,10 +315,13 @@
-

For more info see the BIP32 spec

+

+ For more info see the + BIP32 spec +

- +
@@ -316,49 +330,52 @@
- +
-

- m/44'/0'/0' generates extended keys for import / export. +

+ m/44'/0'/0' generates extended keys for import / export

-

- m/44'/0'/1' to generate the next account. Continue incrementing for more accounts (most use a single account). +

+ m/44'/0'/1' for the next account. Continue incrementing for more accounts (most use a single account).

-

- m/44'/0'/0'/0 to generate public addresses. +

+ m/44'/0'/0'/0 generates public addresses

-

- m/44'/0'/0'/1 to generate change addresses. +

+ m/44'/0'/0'/1 generates change addresses

-

- For more info see the Mycelium Wallet homepage +

+ For more info see the + Mycelium Wallet homepage

- +
-

+

Use path m/0'/0' with hardened addresses.

-

- For more info see the Bitcoin Core BIP32 implementation +

+ For more info see the + Bitcoin Core BIP32 implementation

- +

- Use path m/44'/0'/0'. - Only enter the xpub extended key into block explorer search fields, never the xprv key. + Use path m/44'/0'/0'. + Only enter the xpub extended key into block explorer search fields, never the xprv key.

- Supported by blockchain.info. + Can be used with: + blockchain.info

@@ -367,13 +384,13 @@
- +
- +
@@ -387,31 +404,31 @@

Derived Addresses

-

Note these addreses are derived from the BIP32 Extended Key

+

Note these addreses are derived from the BIP32 Extended Key

@@ -425,56 +442,66 @@
- Path   - + Path   +
- Address   - + Address   +
- Public Key   - + Public Key   +
- Private Key   - + Private Key   +
- Show next + Show more rows: - +
-

More info

-

BIP39 Mnemonic code for generating deterministic keys

-

+

More info

+

BIP39 Mnemonic code for generating deterministic keys

+

Read more at the official BIP39 spec

-

BIP32 Hierarchical Deterministic Wallets

-

+

BIP32 Hierarchical Deterministic Wallets

+

Read more at the official BIP32 spec - and see the demo at +

+

+ See the demo at bip32.org

-

BIP44 Multi-Account Hierarchy for Deterministic Wallets

-

+

BIP44 Multi-Account Hierarchy for Deterministic Wallets

+

Read more at the official BIP44 spec

-

Private Keys

+

Private Keys

- Use private keys at - brainwallet.org, - but be careful - it can be easy to make mistakes if you - don't know what you're doing + + Use private keys at + brainwallet.org. + + Be careful - it can be easy to make mistakes if you don't know what you're doing.

-

Entropy

+

Entropy

- Entropy values must be sourced from a - strong source of randomness. - This means flipping a fair coin, rolling a fair dice, noise measurements etc. Do NOT use - phrases from books, lyrics from songs, your birthday or steet address, keyboard mashing, or anything you think - is random, because chances are overwhelming that it isn't random enough for the needs of this tool. + + Entropy values must be sourced from a + strong source of randomness. + + This means flipping a fair coin, rolling a fair dice, noise measurements etc. + + Do NOT use phrases from books, lyrics from songs, your birthday or steet address, + keyboard mashing, or anything you think is random, because chances are overwhelming it isn't + random enough for the needs of this tool. +

- The random mnemonic generator on this page uses a - cryptographically secure random number generator, - and can generally be trusted more than your own intuition about randomness. - If cryptographic randomness isn't available in your browser, this page will show a warning and will not generate - random mnemonics. + + The random mnemonic generator on this page uses a + cryptographically secure random number generator. + + The built in random generator can generally be trusted more than your own intuition about randomness. + If cryptographic randomness isn't available in your browser, this page will show a warning and the generate button will not work. + In that case you might choose to use your own source of entropy.

- You are not a good source of entropy. + You are not a good source of entropy.

@@ -484,24 +511,24 @@
-

Offline Usage

+

Offline Usage

-

+

You can use this tool without having to be online.

-

+

In your browser, select file save-as, and save this page as a file.

-

+

Double-click that file to open it in a browser on any offline computer.

- Alternatively, download it from - - https://github.com/iancoleman/bip39 - + Alternatively, download the file from the repository + - + https://github.com/iancoleman/bip39 +

@@ -511,16 +538,17 @@
-

This project is 100% open-source code

+

This project is 100% open-source code

- Get the source code at - + Get the source code from the repository + - https://github.com/iancoleman/bip39

-

Libraries

+

Libraries

BitcoinJS - @@ -14607,6 +14635,242 @@ sjcl.hash.sha256.prototype = { h[7] = h[7]+h7 | 0; } }; + + +