mikeyb
|
534481b628
|
standardize dropdown naming scheme
|
2017-07-02 09:44:54 -07:00 |
|
mikeyb
|
0921f37077
|
Add CRW - Crown
|
2017-07-01 15:38:46 -07:00 |
|
Ian Coleman
|
20f459ce8f
|
Change entropy Strength to Time To Crack
See issue 78
|
2017-06-20 10:58:31 +10:00 |
|
Karol Rychlicki
|
c0386f3b78
|
add dash testnet
|
2017-06-16 19:30:15 +02:00 |
|
Ian Coleman
|
d0239db48c
|
Add hex prefix to ethereum keys
|
2017-06-14 12:30:04 +10:00 |
|
iancoleman
|
81ee6e8932
|
Merge pull request #70 from LedgerHQ/master
Add support for Ripple
|
2017-06-05 13:55:44 +10:00 |
|
amougel
|
64a7d2aad4
|
Added support for Ripple
Signed-off-by: amougel <alix.mougel@gmail.com>
|
2017-06-01 15:51:44 +02:00 |
|
Graham Higgins
|
7a5a87a0b9
|
Add Slimcoin
|
2017-05-26 15:14:12 +01:00 |
|
mikeyb
|
f88fab206f
|
Add GAME support
|
2017-04-23 13:53:25 -07:00 |
|
Ian Coleman
|
52d589ea8d
|
Network order is alphabetical.
Closes #56
|
2017-02-21 12:38:32 +11:00 |
|
Ian Coleman
|
6ee4fb7da1
|
Multibit on BIP32 tab has own section
|
2017-02-19 11:54:03 +11:00 |
|
Ian Coleman
|
29bf60f53b
|
Client select has 'custom derivation path' option
* Specific clients cause derivation path input to be readonly
* Rename ambiguous variable client-phrase to bip32-client
|
2017-02-19 11:49:51 +11:00 |
|
iancoleman
|
5de5781ad7
|
Merge pull request #55 from galeksandrp/patch-1
Add client select
|
2017-02-19 11:23:41 +11:00 |
|
Ian Coleman
|
49b21f122a
|
Ethereum addresses include checksum
|
2017-02-15 19:45:03 +11:00 |
|
Ian Coleman
|
0edac945e5
|
Ethereum address table is populated
|
2017-02-10 20:25:47 +11:00 |
|
Alexander Georgievskiy
|
b4fd763ceb
|
Add client select
|
2017-02-07 22:51:24 +00:00 |
|
Ian Coleman
|
53aaab270d
|
Entropy is left-padded to 256 bits
Closes #49
|
2017-01-12 13:47:09 +11:00 |
|
Ian Coleman
|
40892aba50
|
Generation process stopped when table rows cleared
Closes #44
|
2017-01-04 11:31:45 +11:00 |
|
Ian Coleman
|
6ea15134a4
|
Test suggested word for first four letters of word
See https://github.com/iancoleman/bip39/pull/48
|
2017-01-04 10:59:21 +11:00 |
|
Chris Rico
|
3725abb540
|
When completing a mnemonic word, return immediately if one is found in the wordlist that starts with the given word
|
2017-01-01 18:07:13 -06:00 |
|
Ian Coleman
|
0a1f0259d1
|
Root key validity is checked before deriving
|
2016-12-19 14:17:36 +11:00 |
|
Ian Coleman
|
ba3cb9ecae
|
xpub key can be used as bip32 root key
|
2016-12-19 13:55:21 +11:00 |
|
Ian Coleman
|
8a93952c1e
|
QR code is hidden by default
|
2016-12-15 11:41:45 +11:00 |
|
Ian Coleman
|
97811c294c
|
QR code warns for scanners that keep history
|
2016-12-15 11:39:44 +11:00 |
|
Ian Coleman
|
c554e6ff5c
|
BIP44 Account xprv and xpub keys are shown
which are used for import / export in most BIP44 wallets.
|
2016-12-12 11:04:41 +11:00 |
|
Ian Coleman
|
32fab2c395
|
bip44TabSelected and bip32TabSelected functions
This is more descriptive than a blob of jquery, and simplifies reuse in
the near future.
|
2016-12-12 10:51:37 +11:00 |
|
Ian Coleman
|
5eaa6877bc
|
Extended Key calculation does not use global var
|
2016-12-12 10:50:09 +11:00 |
|
Ian Coleman
|
e00964ccf7
|
QR code shown on hover for certain bits of data
QR code shown for:
* mnemonic
* seed
* root key
* derived extended private key
* derived extended public key
* addresses
* public keys
* private keys
|
2016-12-01 11:25:36 +11:00 |
|
Ian Coleman
|
9495975640
|
bitsPerEvent correct for multiple decks of cards
|
2016-11-30 18:55:12 +11:00 |
|
Ian Coleman
|
dedae1a9d6
|
Card bits per event is shown as the average value
|
2016-11-30 18:38:29 +11:00 |
|
Ian Coleman
|
b0c07d72e7
|
Bits Per Event says 'or less' for card entropy
because as each card is discarded, less entropy is added for subsequent
events.
|
2016-11-17 14:34:36 +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
|
bbc29c80f4
|
Missing cards are detected
|
2016-11-17 11:59:15 +11:00 |
|
Ian Coleman
|
5c653a12e7
|
Duplicate card detection is case insensitive
|
2016-11-17 11:34:09 +11:00 |
|
Ian Coleman
|
fc8c404133
|
Multiple decks of cards are possible
but also a needless oversupply of entropy
|
2016-11-16 12:43:08 +11:00 |
|
Ian Coleman
|
9bc39377aa
|
zxcvbn errors are caught, with strength 'unknown'
|
2016-11-16 12:12:13 +11:00 |
|
Ian Coleman
|
391c7f267f
|
Card duplicates and use of full deck is detected
|
2016-11-16 11:58:26 +11:00 |
|
Ian Coleman
|
02f05d3e46
|
Entropy strength for cards assumes no replacement
|
2016-11-16 11:19:49 +11:00 |
|
Ian Coleman
|
d6fd8ebf86
|
Entropy is truncated from the left
This provides greater compatibility with bip32jp.github.io
|
2016-11-14 13:21:04 +11:00 |
|
Ian Coleman
|
b54c12180e
|
Card suits have color and use larger font size
|
2016-11-14 13:03:43 +11:00 |
|
Ian Coleman
|
0a84fe6ae1
|
Entropy section consumes less vertical space
|
2016-11-14 12:38:40 +11:00 |
|
Ian Coleman
|
b299a6a722
|
Entropy strength measured using zxcvbn
|
2016-11-10 21:34:15 +11:00 |
|
Ian Coleman
|
3599674db4
|
Mnemonic length can be set when using raw entropy
|
2016-11-10 18:58:18 +11:00 |
|
Ian Coleman
|
1cf1bbaff5
|
Entropy feedback in tabular format, not sentence
|
2016-11-10 17:53:09 +11:00 |
|
Ian Coleman
|
88df3739e7
|
DOM.strength renamed DOM.generatedStrength
to avoid confusion with entropy strength
|
2016-11-10 10:57:25 +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
|
057722b034
|
Blank entropy does not generate addresses
|
2016-11-07 13:16:47 +11:00 |
|
Ian Coleman
|
c6624d51f4
|
Entropy can be supplied by user
|
2016-11-04 15:14:13 +11:00 |
|
Ian Coleman
|
1b12b2f5f1
|
Public key column in table, shown as hex
|
2016-11-02 12:13:21 +11:00 |
|
Ian Coleman
|
5ee7bb9ec2
|
Multiple language functionality added
|
2016-10-20 16:42:15 +11:00 |
|