Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Client select has 'custom derivation path' option | Ian Coleman | 2017-02-19 | 1 | -12/+17 |
| | | | | | * Specific clients cause derivation path input to be readonly * Rename ambiguous variable client-phrase to bip32-client | ||||
* | Merge pull request #55 from galeksandrp/patch-1 | iancoleman | 2017-02-19 | 1 | -0/+49 |
|\ | | | | | Add client select | ||||
| * | Add client select | Alexander Georgievskiy | 2017-02-07 | 1 | -0/+49 |
| | | |||||
* | | Ethereum addresses include checksum | Ian Coleman | 2017-02-15 | 1 | -1/+3 |
| | | |||||
* | | Ethereum address table is populated | Ian Coleman | 2017-02-10 | 1 | -0/+14 |
|/ | |||||
* | Entropy is left-padded to 256 bits | Ian Coleman | 2017-01-12 | 1 | -1/+1 |
| | | | | Closes #49 | ||||
* | Generation process stopped when table rows cleared | Ian Coleman | 2017-01-04 | 1 | -4/+31 |
| | | | | Closes #44 | ||||
* | Test suggested word for first four letters of word | Ian Coleman | 2017-01-04 | 1 | -2/+3 |
| | | | | See https://github.com/iancoleman/bip39/pull/48 | ||||
* | When completing a mnemonic word, return immediately if one is found in the ↵ | Chris Rico | 2017-01-01 | 1 | -1/+3 |
| | | | | wordlist that starts with the given word | ||||
* | Root key validity is checked before deriving | Ian Coleman | 2016-12-19 | 1 | -0/+8 |
| | |||||
* | xpub key can be used as bip32 root key | Ian Coleman | 2016-12-19 | 1 | -4/+22 |
| | |||||
* | QR code is hidden by default | Ian Coleman | 2016-12-15 | 1 | -1/+1 |
| | |||||
* | QR code warns for scanners that keep history | Ian Coleman | 2016-12-15 | 1 | -2/+6 |
| | |||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 1 | -0/+23 |
| | | | | which are used for import / export in most BIP44 wallets. | ||||
* | bip44TabSelected and bip32TabSelected functions | Ian Coleman | 2016-12-12 | 1 | -2/+10 |
| | | | | | This is more descriptive than a blob of jquery, and simplifies reuse in the near future. | ||||
* | Extended Key calculation does not use global var | Ian Coleman | 2016-12-12 | 1 | -4/+5 |
| | |||||
* | QR code shown on hover for certain bits of data | Ian Coleman | 2016-12-01 | 1 | -0/+37 |
| | | | | | | | | | | | | QR code shown for: * mnemonic * seed * root key * derived extended private key * derived extended public key * addresses * public keys * private keys | ||||
* | bitsPerEvent correct for multiple decks of cards | Ian Coleman | 2016-11-30 | 1 | -4/+1 |
| | |||||
* | Card bits per event is shown as the average value | Ian Coleman | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Bits Per Event says 'or less' for card entropy | Ian Coleman | 2016-11-17 | 1 | -0/+3 |
| | | | | | because as each card is discarded, less entropy is added for subsequent events. | ||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 1 | -42/+10 |
| | | | | and removed the duplicate logic from the UI logic. | ||||
* | Missing cards are detected | Ian Coleman | 2016-11-17 | 1 | -0/+20 |
| | |||||
* | Duplicate card detection is case insensitive | Ian Coleman | 2016-11-17 | 1 | -2/+3 |
| | |||||
* | Multiple decks of cards are possible | Ian Coleman | 2016-11-16 | 1 | -3/+7 |
| | | | | but also a needless oversupply of entropy | ||||
* | zxcvbn errors are caught, with strength 'unknown' | Ian Coleman | 2016-11-16 | 1 | -7/+14 |
| | |||||
* | Card duplicates and use of full deck is detected | Ian Coleman | 2016-11-16 | 1 | -1/+44 |
| | |||||
* | Entropy strength for cards assumes no replacement | Ian Coleman | 2016-11-16 | 1 | -1/+30 |
| | |||||
* | Entropy is truncated from the left | Ian Coleman | 2016-11-14 | 1 | -1/+2 |
| | | | | This provides greater compatibility with bip32jp.github.io | ||||
* | Card suits have color and use larger font size | Ian Coleman | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | Entropy section consumes less vertical space | Ian Coleman | 2016-11-14 | 1 | -21/+22 |
| | |||||
* | Entropy strength measured using zxcvbn | Ian Coleman | 2016-11-10 | 1 | -0/+11 |
| | |||||
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 1 | -2/+19 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 1 | -32/+47 |
| | |||||
* | DOM.strength renamed DOM.generatedStrength | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | | | | to avoid confusion with entropy strength | ||||
* | Cards can be used for entropy | Ian Coleman | 2016-11-07 | 1 | -9/+12 |
| | | | | Format is [A2-9TJQK][CDHS] | ||||
* | Blank entropy does not generate addresses | Ian Coleman | 2016-11-07 | 1 | -4/+32 |
| | |||||
* | Entropy can be supplied by user | Ian Coleman | 2016-11-04 | 1 | -1/+105 |
| | |||||
* | Public key column in table, shown as hex | Ian Coleman | 2016-11-02 | 1 | -2/+16 |
| | |||||
* | Multiple language functionality added | Ian Coleman | 2016-10-20 | 1 | -15/+142 |
| | |||||
* | namecoin and peercoin | dangershony | 2016-08-25 | 1 | -0/+14 |
| | |||||
* | update root key network | dangershony | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | Add dash | Dan Gershony | 2016-08-23 | 1 | -0/+7 |
| | |||||
* | Tests for passphrase and coin selection | Ian Coleman | 2016-08-23 | 1 | -3/+8 |
| | |||||
* | Hardened Addresses checkbox | Ian Coleman | 2016-08-23 | 1 | -1/+14 |
| | | | | This closes issue #25 | ||||
* | BIP32 Root Key can be specified by user | Ian Coleman | 2016-08-23 | 1 | -11/+74 |
| | |||||
* | Words not in list show error with suggestion | Ian Coleman | 2016-08-15 | 1 | -1/+24 |
| | |||||
* | Derivation Path errors are detected. | Ian Coleman | 2016-08-15 | 1 | -1/+33 |
| | |||||
* | Derivation Path global replaced with function | Ian Coleman | 2016-08-15 | 1 | -46/+37 |
| | |||||
* | Derivation path on network change is correct. | Ian Coleman | 2016-08-01 | 1 | -1/+0 |
| | | | | This closes #23 | ||||
* | Display BIP39 seed | Kirill Kovalenko | 2016-03-18 | 1 | -1/+4 |
| |