aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
Commit message (Collapse)AuthorAgeFilesLines
* String normalization polyfillIan Coleman2017-03-031-0/+443
| | | | Unfortunately required for phantomjs to pass tests
* jsbip39 updated - fixes Japanese languageIan Coleman2017-03-031-2/+3
|
* Network order is alphabetical.Ian Coleman2017-02-211-33/+33
| | | | Closes #56
* favicon added to index.htmlIan Coleman2017-02-211-0/+1
| | | | Closes #53
* BIP32 client select compiled into standaloneIan Coleman2017-02-191-0/+75
|
* Ethereum addresses include checksumIan Coleman2017-02-151-1/+3
|
* Ethereum compiled into standaloneIan Coleman2017-02-111-0/+22570
|
* Raw Entropy is the default for mnemonic lengthIan Coleman2017-02-101-2/+2
|
* Entropy is left-padded to 256 bitsIan Coleman2017-01-121-1/+1
| | | | Closes #49
* Generation process stopped when table rows clearedIan Coleman2017-01-041-4/+31
| | | | Closes #44
* Test suggested word for first four letters of wordIan Coleman2017-01-041-2/+3
| | | | See https://github.com/iancoleman/bip39/pull/48
* When completing a mnemonic word, return immediately if one is found in the ↵Chris Rico2017-01-011-1/+3
| | | | wordlist that starts with the given word
* Card entropy changes compiled into standaloneIan Coleman2016-12-221-5/+10
|
* Root key validity is checked before derivingIan Coleman2016-12-191-0/+8
|
* xpub key can be used as bip32 root keyIan Coleman2016-12-191-4/+22
|
* Warnings and QR changes compiled into standalone.Ian Coleman2016-12-151-11/+44
|
* Typo Extendend > ExtendedIan Coleman2016-12-131-1/+1
|
* BIP44 account extended keys compiled to standaloneIan Coleman2016-12-121-29/+70
|
* QR code shown on hover for certain bits of dataIan Coleman2016-12-011-8/+94
| | | | | | | | | | | | QR code shown for: * mnemonic * seed * root key * derived extended private key * derived extended public key * addresses * public keys * private keys
* Entropy with more than 4 decks can be calculatedIan Coleman2016-11-301-1/+6
|
* bitsPerEvent correct for multiple decks of cardsIan Coleman2016-11-301-7/+14
|
* Card bits per event is shown as the average valueIan Coleman2016-11-301-1/+1
|
* Translations and new card entropy in standaloneIan Coleman2016-11-301-214/+467
|
* BIP32 Tab wallet changes compiled into standaloneIan Coleman2016-11-281-15/+22
|
* Card entropy fixes compiled into standaloneIan Coleman2016-11-251-13/+85
|
* Card entropy corrections compiled into standaloneIan Coleman2016-11-171-44/+84
|
* Card entropy changes compiled into standalone.htmlIan Coleman2016-11-161-281/+364
|
* Entropy changes compiled into standaloneIan Coleman2016-11-141-74/+96
|
* Entropy changes compiled into standalone.htmlIan Coleman2016-11-111-121/+344
|
* Entropy can be supplied by userIan Coleman2016-11-041-7/+1929
|
* Table uses monospace font.Ian Coleman2016-11-031-1/+4
| | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567
* Public key column in table, shown as hexIan Coleman2016-11-021-2/+23
|
* Languages no longer experimental.Ian Coleman2016-10-211-1/+0
| | | | | Still pending reference implementation unit tests, but the ones included in jsbip39 were generated using the reference implementation.
* Languages compiled into bip39-standalone.htmlIan Coleman2016-10-201-18/+1426
|
* Links and author changed to iancolemanIan Coleman2016-10-111-5/+5
|
* Generate button moved for simpler user experienceIan Coleman2016-10-051-18/+25
|
* Derivation path for Block ExplorersIan Coleman2016-09-051-0/+9
|
* namecoin and peercoindangershony2016-08-251-0/+34
|
* update root key networkdangershony2016-08-241-1/+1
|
* builddangershony2016-08-241-1/+1
|
* compiledangershony2016-08-231-0/+18
|
* Tests for passphrase and coin selectionIan Coleman2016-08-231-11/+16
|
* Standalone has hardened addresses checkboxIan Coleman2016-08-231-1/+30
|
* BIP32 Root Key can be specified by userIan Coleman2016-08-231-12/+75
|
* Words not in list show error with suggestionIan Coleman2016-08-151-1/+236
|
* Derivation Path errors are detected.Ian Coleman2016-08-151-1/+33
|
* Derivation Path global replaced with functionIan Coleman2016-08-151-46/+37
|
* Derivation path on network change is correct.Ian Coleman2016-08-011-1/+0
| | | | This closes #23
* Pull Request #18 in bip39-standalone.htmlIan Coleman2016-03-201-1/+10
|
* Normalize whitespace before using mnemonic. Fixes #19.Chris Moore2016-03-191-1/+1
|