Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QR code is hidden by default | Ian Coleman | 2016-12-15 | 2 | -4/+4 |
| | |||||
* | QR code warns for scanners that keep history | Ian Coleman | 2016-12-15 | 2 | -4/+13 |
| | |||||
* | Translation library can translate title attributes | Ian Coleman | 2016-12-15 | 1 | -3/+16 |
| | |||||
* | Bits of entropy has info about possible weaknesses | Ian Coleman | 2016-12-15 | 1 | -1/+6 |
| | |||||
* | License details in More Info section | Ian Coleman | 2016-12-15 | 1 | -0/+6 |
| | |||||
* | Typo Extendend > Extended | Ian Coleman | 2016-12-13 | 1 | -1/+1 |
| | |||||
* | BIP44 Account xprv and xpub keys are shown | Ian Coleman | 2016-12-12 | 2 | -23/+55 |
| | | | | 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 | 3 | -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 calculated | Ian Coleman | 2016-11-30 | 1 | -1/+6 |
| | |||||
* | bitsPerEvent correct for multiple decks of cards | Ian Coleman | 2016-11-30 | 2 | -7/+14 |
| | |||||
* | Card bits per event is shown as the average value | Ian Coleman | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Card entropy has improved conversion to binary | Ian Coleman | 2016-11-30 | 1 | -90/+79 |
| | | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856 | ||||
* | Translation library does basic language switching | Ian Coleman | 2016-11-29 | 3 | -0/+236 |
| | |||||
* | Strings in UI marked for translation | Ian Coleman | 2016-11-29 | 1 | -124/+152 |
| | | | | in preparation for adding multiple languages to the interface. | ||||
* | BIP32 tab wallets use consistent vertical spacing | Ian Coleman | 2016-11-28 | 1 | -1/+6 |
| | |||||
* | Blank rows in initial table have no missing cells | Ian Coleman | 2016-11-28 | 1 | -5/+5 |
| | |||||
* | Hive wallet is no longer available | Ian Coleman | 2016-11-28 | 1 | -9/+0 |
| | |||||
* | Mycelium derivation paths contain more details | Ian Coleman | 2016-11-28 | 1 | -1/+12 |
| | |||||
* | Entropy defaults to generating a 15 word mnemonic | Ian Coleman | 2016-11-25 | 1 | -1/+1 |
| | |||||
* | Card entropy calculation bugfix | Ian Coleman | 2016-11-25 | 1 | -12/+84 |
| | | | | See https://github.com/iancoleman/bip39/issues/33 | ||||
* | 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 has extra comments for clarity | Ian Coleman | 2016-11-17 | 1 | -3/+5 |
| | |||||
* | Entropy library assumes cards are discarded | Ian Coleman | 2016-11-17 | 2 | -42/+56 |
| | | | | 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 |
| | |||||
* | Entropy feedback retains horizontal spacing | Ian Coleman | 2016-11-16 | 1 | -12/+18 |
| | | | | | was previously wrapping poorly for entropy with zxcvbn suggestions, such as many repeated 6s | ||||
* | 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 |
| | |||||
* | BigInteger library moved to own file | Ian Coleman | 2016-11-16 | 3 | -1627/+1621 |
| | |||||
* | Card suit font height is closer to text height | Ian Coleman | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | 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 | 3 | -1/+25 |
| | |||||
* | Entropy section consumes less vertical space | Ian Coleman | 2016-11-14 | 2 | -72/+69 |
| | |||||
* | Entropy field consumes same vertical width as help | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | |||||
* | Entropy strength measured using zxcvbn | Ian Coleman | 2016-11-10 | 3 | -0/+40 |
| | |||||
* | Entropy types are clearly indicated in UI | Ian Coleman | 2016-11-10 | 1 | -1/+12 |
| | |||||
* | Cards added to entropy placeholder text | Ian Coleman | 2016-11-10 | 1 | -1/+1 |
| | |||||
* | Mnemonic length can be set when using raw entropy | Ian Coleman | 2016-11-10 | 2 | -3/+20 |
| | |||||
* | Entropy feedback in tabular format, not sentence | Ian Coleman | 2016-11-10 | 3 | -78/+108 |
| | |||||
* | DOM.strength renamed DOM.generatedStrength | Ian Coleman | 2016-11-10 | 1 | -2/+2 |
| | | | | to avoid confusion with entropy strength | ||||
* | Card entropy uses unicode suit symbols in cleanStr | Ian Coleman | 2016-11-10 | 1 | -0/+7 |
| | |||||
* | Dice conversion to Base 6 uses arrays not strings | Ian Coleman | 2016-11-10 | 1 | -7/+6 |
| | |||||
* | No leading zeros for first char unless hex | Ian Coleman | 2016-11-08 | 1 | -13/+15 |
| | |||||
* | Dice entropy conversion to Base 6 is simpler | Ian Coleman | 2016-11-07 | 1 | -3/+4 |
| | | | | | 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 | 2 | -45/+99 |
| | | | | Format is [A2-9TJQK][CDHS] | ||||
* | Entropy refactor to prep for card detection | Ian Coleman | 2016-11-07 | 1 | -21/+55 |
| |