Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Entropy is left-padded to 256 bits | Ian Coleman | 2017-01-12 | 1 | -0/+29 |
| | | | | Closes #49 | ||||
* | Generation process stopped when table rows cleared | Ian Coleman | 2017-01-04 | 1 | -0/+44 |
| | | | | Closes #44 | ||||
* | Test suggested word for first four letters of word | Ian Coleman | 2017-01-04 | 1 | -0/+25 |
| | | | | See https://github.com/iancoleman/bip39/pull/48 | ||||
* | Card entropy uses secure hashing when > 256 bits | Ian Coleman | 2016-12-22 | 1 | -19/+19 |
| | |||||
* | Root key validity is checked before deriving | Ian Coleman | 2016-12-19 | 1 | -0/+24 |
| | |||||
* | xpub key can be used as bip32 root key | Ian Coleman | 2016-12-19 | 1 | -0/+103 |
| | |||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 1 | -0/+52 |
| | | | | which are used for import / export in most BIP44 wallets. | ||||
* | QR code shown on hover for certain bits of data | Ian Coleman | 2016-12-01 | 1 | -0/+44 |
| | | | | | | | | | | | | 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 calculated | Ian Coleman | 2016-11-30 | 1 | -6/+53 |
| | |||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 1 | -177/+38 |
| | | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856 | ||||
* | Test for issue 33 checks raw entropy is in use | Ian Coleman | 2016-11-25 | 1 | -0/+14 |
| | |||||
* | Entropy defaults to generating a 15 word mnemonic | Ian Coleman | 2016-11-25 | 1 | -0/+5 |
| | |||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -6/+176 |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | ||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 1 | -25/+25 |
| | | | | and removed the duplicate logic from the UI logic. | ||||
* | Missing cards are detected | Ian Coleman | 2016-11-17 | 1 | -2/+36 |
| | |||||
* | Duplicate card detection is case insensitive | Ian Coleman | 2016-11-17 | 1 | -0/+17 |
| | |||||
* | testMaxTime increased from 5s to 10s | Ian Coleman | 2016-11-16 | 1 | -1/+1 |
| | | | | | Specifically for test titled "Very large entropy results in very long mnemonics" | ||||
* | Multiple decks of cards are possible | Ian Coleman | 2016-11-16 | 1 | -4/+4 |
| | | | | but also a needless oversupply of entropy | ||||
* | zxcvbn errors are caught, with strength 'unknown' | Ian Coleman | 2016-11-16 | 1 | -0/+9 |
| | |||||
* | Card duplicates and use of full deck is detected | Ian Coleman | 2016-11-16 | 1 | -1/+41 |
| | |||||
* | Entropy strength for cards assumes no replacement | Ian Coleman | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Entropy is truncated from the left | Ian Coleman | 2016-11-14 | 1 | -5/+3 |
| | | | | This provides greater compatibility with bip32jp.github.io | ||||
* | Tests pass with new entropy layout | Ian Coleman | 2016-11-14 | 1 | -4/+4 |
| | |||||
* | Strength tests include zxcvbn strength detection | Ian Coleman | 2016-11-10 | 1 | -4/+13 |
| | |||||
* | Entropy types are clearly indicated in UI | Ian Coleman | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | Entropy feedback tests all fields | Ian Coleman | 2016-11-10 | 1 | -40/+78 |
| | |||||
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 1 | -0/+25 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 1 | -59/+41 |
| | |||||
* | No leading zeros for first char unless hex | Ian Coleman | 2016-11-08 | 1 | -19/+39 |
| | |||||
* | Dice entropy conversion to Base 6 is simpler | Ian Coleman | 2016-11-07 | 1 | -2/+2 |
| | | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s | ||||
* | Cards can be used for entropy | Ian Coleman | 2016-11-07 | 1 | -52/+179 |
| | | | | Format is [A2-9TJQK][CDHS] | ||||
* | Blank entropy does not generate addresses | Ian Coleman | 2016-11-07 | 1 | -66/+144 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 1 | -0/+607 |
| | |||||
* | Public key column in table, shown as hex | Ian Coleman | 2016-11-02 | 1 | -0/+50 |
| | |||||
* | Non-English language tests added | Ian Coleman | 2016-10-20 | 1 | -0/+148 |
| | |||||
* | Links and author changed to iancoleman | Ian Coleman | 2016-10-11 | 1 | -6/+6 |
| | |||||
* | Template code in comment for future tests. | Ian Coleman | 2016-10-05 | 1 | -0/+31 |
| | |||||
* | Test derivation from root key with other networks | Ian Coleman | 2016-10-05 | 1 | -0/+28 |
| | |||||
* | Test coin selection is used in derivation path | Ian Coleman | 2016-10-05 | 1 | -0/+28 |
| | |||||
* | Test github issue 23: derivation path on bip32 tab | Ian Coleman | 2016-10-05 | 1 | -1/+49 |
| | |||||
* | Test mnemonic is not sensitive to whitespace | Ian Coleman | 2016-10-05 | 1 | -0/+24 |
| | |||||
* | Test generate more addresses with privkeys hidden | Ian Coleman | 2016-10-05 | 1 | -0/+40 |
| | |||||
* | Test default word length is 15 | Ian Coleman | 2016-10-05 | 1 | -0/+14 |
| | |||||
* | Test derivation path containing invalid characters | Ian Coleman | 2016-10-03 | 1 | -0/+31 |
| | |||||
* | Test derivation path not starting with m | Ian Coleman | 2016-10-03 | 1 | -0/+32 |
| | |||||
* | Test incorrect root key shows error | Ian Coleman | 2016-10-03 | 1 | -0/+21 |
| | |||||
* | Test incorrect word shows suggested replacement | Ian Coleman | 2016-09-29 | 1 | -0/+21 |
| | |||||
* | Test incorrect mnemonic shows error | Ian Coleman | 2016-09-29 | 1 | -0/+51 |
| | |||||
* | Test derivation path changes for BIP32 root key | Ian Coleman | 2016-09-15 | 1 | -0/+29 |
| | |||||
* | Test phrase is retained unless user confirms | Ian Coleman | 2016-09-15 | 1 | -0/+27 |
| |