diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-04-12 12:16:05 +1000 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-04-12 12:16:05 +1000 |
commit | 645945a00fe588064d33dca49f75f27e08b8f11e (patch) | |
tree | 2e4de22d9dcc064141cc79c007852f9b19e1b31f /src/index.html | |
parent | 85c906727a24ab97a3c2908c72ad37ad988ecb01 (diff) | |
download | BIP39-645945a00fe588064d33dca49f75f27e08b8f11e.tar.gz BIP39-645945a00fe588064d33dca49f75f27e08b8f11e.tar.zst BIP39-645945a00fe588064d33dca49f75f27e08b8f11e.zip |
Warn when using weak entropy and strong mnemonic
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index df5bf67..4056610 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -113,6 +113,11 @@ | |||
113 | <option value="21">21 <span>Words</span></option> | 113 | <option value="21">21 <span>Words</span></option> |
114 | <option value="24">24 <span>Words</span></option> | 114 | <option value="24">24 <span>Words</span></option> |
115 | </select> | 115 | </select> |
116 | <p class="weak-entropy-override-warning hidden"> | ||
117 | <span class="text-danger"> | ||
118 | The mnemonic will appear more secure than it really is. | ||
119 | </span> | ||
120 | </p> | ||
116 | </div> | 121 | </div> |
117 | </div> | 122 | </div> |
118 | <div class="col-sm-3"> | 123 | <div class="col-sm-3"> |