Commit Graph

19 Commits

Author SHA1 Message Date
Ian Coleman
22f8766947 Replace most libraries with combined libs 2019-12-19 14:21:33 +11:00
Ian Coleman
516c16d721 Allow manual override for entropy type 2019-12-17 14:10:45 +11:00
Ian Coleman
9d33c8925d Card entropy uses secure hashing when > 256 bits 2016-12-22 15:40:41 +11:00
Ian Coleman
fc7c248faf Entropy with more than 4 decks can be calculated 2016-11-30 19:43:14 +11:00
Ian Coleman
9495975640 bitsPerEvent correct for multiple decks of cards 2016-11-30 18:55:12 +11:00
Ian Coleman
87ad2c6e4c Card entropy has improved conversion to binary
See http://crypto.stackexchange.com/q/41886
and https://github.com/iancoleman/bip39/issues/33#issuecomment-263021856
2016-11-30 15:30:19 +11:00
Ian Coleman
886f06ee6b Card entropy calculation bugfix
See https://github.com/iancoleman/bip39/issues/33
2016-11-25 14:24:58 +11:00
Ian Coleman
0fdcf2eb53 Entropy library has extra comments for clarity 2016-11-17 14:31:57 +11:00
Ian Coleman
6422c1cd57 Entropy library assumes cards are discarded
and removed the duplicate logic from the UI logic.
2016-11-17 14:28:26 +11:00
Ian Coleman
b6dbc2a1ae BigInteger library moved to own file 2016-11-16 10:54:34 +11:00
Ian Coleman
b54c12180e Card suits have color and use larger font size 2016-11-14 13:03:43 +11:00
Ian Coleman
1cf1bbaff5 Entropy feedback in tabular format, not sentence 2016-11-10 17:53:09 +11:00
Ian Coleman
c193ff67e8 Card entropy uses unicode suit symbols in cleanStr 2016-11-10 10:55:38 +11:00
Ian Coleman
a3d78b7ddc Dice conversion to Base 6 uses arrays not strings 2016-11-10 10:54:43 +11:00
Ian Coleman
0d0f07f937 No leading zeros for first char unless hex 2016-11-08 21:59:08 +11:00
Ian Coleman
425b75a925 Dice entropy conversion to Base 6 is simpler
Old: Every dice roll is reduced by 1
New: Replace all 6s with 0s
2016-11-07 16:56:44 +11:00
Ian Coleman
adc8ce127d Cards can be used for entropy
Format is [A2-9TJQK][CDHS]
2016-11-07 16:01:21 +11:00
Ian Coleman
6606c50fd3 Entropy refactor to prep for card detection 2016-11-07 13:18:59 +11:00
Ian Coleman
c6624d51f4 Entropy can be supplied by user 2016-11-04 15:14:13 +11:00