Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Raw entropy is interpreted as binary | Ian Coleman | 2019-11-11 | 1 | -0/+6 |
| | | | | | | | | | | For example, using abandon abandon ability becomes 8 zeros but how does the entropy field know it's hex and not binary? It assumes the worst-case scenario of binary, so entropy should be shown in binary. Perhaps if entropy type is explicitly selected in the future this can be changed back to using hex. But while magical assumptions exist, binary it must be. | ||||
* | Allow converting mnemonic back to raw entropy value | Kevin Cernekee | 2018-10-28 | 1 | -15/+36 |
| | | | | | | | | | | | | | | | | | | | | | Currently, this sequence produces an unexpected result: 1) Navigate to bip39-standalone.html 2) Paste a known-good mnemonic into the BIP39 Mnemonic field 3) Select "Show entropy details" This will erase the BIP39 Mnemonic field and most of the derived address/key information. It shows an empty Entropy field, and zeroes for Event Count, Bits Per Event, Raw Entropy Words, Total Bits, etc. However, it will show valid Word Indexes and BIP39 Seed. The way to fix it is to convert the mnemonic back into a raw entropy value and populate it in DOM.entropy, so that everything stays consistent. This will only happen if the mnemonic is manually entered by the user, not if phraseChanged() is triggered by hand-editing the entropy value. | ||||
* | Korean uses ascii spaces, not ideographic spaces | Ian Coleman | 2018-05-08 | 1 | -1/+1 |
| | |||||
* | Update jsbip39.js to latest version | Ian Coleman | 2018-03-12 | 1 | -9/+2 |
| | |||||
* | jsbip39 updated - fixes Japanese language | Ian Coleman | 2017-03-03 | 1 | -2/+3 |
| | |||||
* | jsbip39 updated to latest version | Ian Coleman | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | jsBip39 and wordlists updated with new languages | Ian Coleman | 2016-10-20 | 1 | -3/+17 |
| | |||||
* | Normalize whitespace before using mnemonic. Fixes #19. | Chris Moore | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | jsbip39 updated and asmcrypto replaced with sjcl | Ian Coleman | 2014-09-29 | 1 | -23/+56 |
| | |||||
* | UTF-8 strings handled correctly by asmCrypto | Ian Coleman | 2014-09-27 | 1 | -212/+2 |
| | |||||
* | mnemonic.normalizeString method made public | Ian Coleman | 2014-09-27 | 1 | -3/+3 |
| | |||||
* | Move from private repo | Ian Coleman | 2014-09-18 | 1 | -0/+386 |