aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* QR code shown on hover for certain bits of dataIan Coleman2016-12-013-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-302-7/+14
|
* Card bits per event is shown as the average valueIan Coleman2016-11-301-1/+1
|
* Card entropy has improved conversion to binaryIan Coleman2016-11-301-90/+79
| | | | | See http://crypto.stackexchange.com/q/41886 and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856
* Translation library does basic language switchingIan Coleman2016-11-293-0/+236
|
* Strings in UI marked for translationIan Coleman2016-11-291-124/+152
| | | | in preparation for adding multiple languages to the interface.
* BIP32 tab wallets use consistent vertical spacingIan Coleman2016-11-281-1/+6
|
* Blank rows in initial table have no missing cellsIan Coleman2016-11-281-5/+5
|
* Hive wallet is no longer availableIan Coleman2016-11-281-9/+0
|
* Mycelium derivation paths contain more detailsIan Coleman2016-11-281-1/+12
|
* Entropy defaults to generating a 15 word mnemonicIan Coleman2016-11-251-1/+1
|
* Card entropy calculation bugfixIan Coleman2016-11-251-12/+84
| | | | See https://github.com/iancoleman/bip39/issues/33
* Bits Per Event says 'or less' for card entropyIan Coleman2016-11-171-0/+3
| | | | | because as each card is discarded, less entropy is added for subsequent events.
* Entropy library has extra comments for clarityIan Coleman2016-11-171-3/+5
|
* Entropy library assumes cards are discardedIan Coleman2016-11-172-42/+56
| | | | and removed the duplicate logic from the UI logic.
* Missing cards are detectedIan Coleman2016-11-171-0/+20
|
* Duplicate card detection is case insensitiveIan Coleman2016-11-171-2/+3
|
* Entropy feedback retains horizontal spacingIan Coleman2016-11-161-12/+18
| | | | | was previously wrapping poorly for entropy with zxcvbn suggestions, such as many repeated 6s
* Multiple decks of cards are possibleIan Coleman2016-11-161-3/+7
| | | | but also a needless oversupply of entropy
* zxcvbn errors are caught, with strength 'unknown'Ian Coleman2016-11-161-7/+14
|
* Card duplicates and use of full deck is detectedIan Coleman2016-11-161-1/+44
|
* Entropy strength for cards assumes no replacementIan Coleman2016-11-161-1/+30
|
* BigInteger library moved to own fileIan Coleman2016-11-163-1627/+1621
|
* Card suit font height is closer to text heightIan Coleman2016-11-141-1/+1
|
* Entropy is truncated from the leftIan Coleman2016-11-141-1/+2
| | | | This provides greater compatibility with bip32jp.github.io
* Card suits have color and use larger font sizeIan Coleman2016-11-143-1/+25
|
* Entropy section consumes less vertical spaceIan Coleman2016-11-142-72/+69
|
* Entropy field consumes same vertical width as helpIan Coleman2016-11-101-2/+2
|
* Entropy strength measured using zxcvbnIan Coleman2016-11-103-0/+40
|
* Entropy types are clearly indicated in UIIan Coleman2016-11-101-1/+12
|
* Cards added to entropy placeholder textIan Coleman2016-11-101-1/+1
|
* Mnemonic length can be set when using raw entropyIan Coleman2016-11-102-3/+20
|
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-103-78/+108
|
* DOM.strength renamed DOM.generatedStrengthIan Coleman2016-11-101-2/+2
| | | | to avoid confusion with entropy strength
* Card entropy uses unicode suit symbols in cleanStrIan Coleman2016-11-101-0/+7
|
* Dice conversion to Base 6 uses arrays not stringsIan Coleman2016-11-101-7/+6
|
* No leading zeros for first char unless hexIan Coleman2016-11-081-13/+15
|
* Dice entropy conversion to Base 6 is simplerIan Coleman2016-11-071-3/+4
| | | | | Old: Every dice roll is reduced by 1 New: Replace all 6s with 0s
* Cards can be used for entropyIan Coleman2016-11-072-45/+99
| | | | Format is [A2-9TJQK][CDHS]
* Entropy refactor to prep for card detectionIan Coleman2016-11-071-21/+55
|
* Blank entropy does not generate addressesIan Coleman2016-11-071-4/+32
|
* jsbip39 updated to latest versionIan Coleman2016-11-071-1/+1
|
* Entropy can be supplied by userIan Coleman2016-11-043-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-022-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 without unit tests marked 'experimental'Ian Coleman2016-10-201-1/+2
|
* Multiple language functionality addedIan Coleman2016-10-202-15/+145
|
* jsBip39 and wordlists updated with new languagesIan Coleman2016-10-208-3/+1265
|