aboutsummaryrefslogtreecommitdiff
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* Ethereum testsIan Coleman2017-02-111-0/+3793
* Ethereum address table is populatedIan Coleman2017-02-101-0/+14
* Ethereum Util libraryIan Coleman2017-02-101-0/+18762
* Entropy is left-padded to 256 bitsIan Coleman2017-01-121-1/+1
* Generation process stopped when table rows clearedIan Coleman2017-01-041-4/+31
* Test suggested word for first four letters of wordIan Coleman2017-01-041-2/+3
* When completing a mnemonic word, return immediately if one is found in the wo...Chris Rico2017-01-011-1/+3
* Card entropy uses secure hashing when > 256 bitsIan Coleman2016-12-221-5/+2
* 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
* QR code is hidden by defaultIan Coleman2016-12-151-1/+1
* QR code warns for scanners that keep historyIan Coleman2016-12-151-2/+6
* Translation library can translate title attributesIan Coleman2016-12-151-3/+16
* BIP44 Account xprv and xpub keys are shownIan Coleman2016-12-121-0/+23
* bip44TabSelected and bip32TabSelected functionsIan Coleman2016-12-121-2/+10
* Extended Key calculation does not use global varIan Coleman2016-12-121-4/+5
* QR code shown on hover for certain bits of dataIan Coleman2016-12-012-0/+65
* 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
* Translation library does basic language switchingIan Coleman2016-11-292-0/+234
* Card entropy calculation bugfixIan Coleman2016-11-251-12/+84
* Bits Per Event says 'or less' for card entropyIan Coleman2016-11-171-0/+3
* Entropy library has extra comments for clarityIan Coleman2016-11-171-3/+5
* Entropy library assumes cards are discardedIan Coleman2016-11-172-42/+56
* Missing cards are detectedIan Coleman2016-11-171-0/+20
* Duplicate card detection is case insensitiveIan Coleman2016-11-171-2/+3
* Multiple decks of cards are possibleIan Coleman2016-11-161-3/+7
* 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-162-1627/+1620
* Entropy is truncated from the leftIan Coleman2016-11-141-1/+2
* Card suits have color and use larger font sizeIan Coleman2016-11-142-1/+9
* Entropy section consumes less vertical spaceIan Coleman2016-11-141-21/+22
* Entropy strength measured using zxcvbnIan Coleman2016-11-102-0/+39
* Mnemonic length can be set when using raw entropyIan Coleman2016-11-101-2/+19
* Entropy feedback in tabular format, not sentenceIan Coleman2016-11-102-68/+58
* DOM.strength renamed DOM.generatedStrengthIan Coleman2016-11-101-2/+2
* 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
* Cards can be used for entropyIan Coleman2016-11-072-45/+99
* 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-042-1/+1879
* Public key column in table, shown as hexIan Coleman2016-11-021-2/+16