aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Acknowledgements has sjcl instead of asmcryptoIan Coleman2014-09-301-3/+3
|
* bip39-standalone uses sjclIan Coleman2014-09-291-7502/+1137
|
* bip39-standalone updatedIan Coleman2014-09-271-218/+17721
| | | | | Latest asmcrypto.js and jsbip39.js Unminified bootstrap and jquery
* Phrase is normalized before checking for errorsIan Coleman2014-09-271-0/+1
|
* mnemonic.normalizeString method made publicIan Coleman2014-09-271-3/+3
|
* passing in network to toWIFRobert Johnson2014-09-261-1/+1
|
* bip32.org format not used for seedIan Coleman2014-09-261-2/+1
| | | | | ie put the bip39 seed directly into bip32 without hashing it first like bip32.org does with passphrases.
* Standardized words, 'phrase' changed to 'mnemonic'Ian Coleman2014-09-251-4/+4
|
* "Loading..." shows in feedback while page loadsIan Coleman2014-09-251-1/+1
|
* keyup event changed to inputIan Coleman2014-09-251-7/+7
| | | | | prevents doing unnecessary calculations when pressing ctrl or arrow-keys etc.
* Revert "Update only happens when phrase is changed"Ian Coleman2014-09-251-17/+1
| | | | This reverts commit 04f789cdbdb8e50511efdf97c900f7f83662eedb.
* Update only happens when phrase is changedIan Coleman2014-09-251-1/+17
| | | | ie not on keyup where the key is ctrl or arrow-key etc.
* disabled changed to readonlyIan Coleman2014-09-251-6/+6
| | | | disabled form fields cannot be selected for copying in Firefox browser.
* Disabled fields use normal text-select cursorIan Coleman2014-09-251-0/+3
|
* Duplicate address table removedIan Coleman2014-09-251-73/+0
|
* Support for optional passphrase in offline pageIan Coleman2014-09-251-3/+12
|
* Help text has correct left paddingIan Coleman2014-09-241-1/+1
|
* Help text for entering your own phraseIan Coleman2014-09-241-0/+1
|
* bip32-standalone.html updatedIan Coleman2014-09-181-0/+158
|
* Move from private repoIan Coleman2014-09-181-0/+22946