diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-09-20 10:31:28 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-09-20 11:25:21 +1000 |
commit | ee0981f1ecc4c6e78831f538ef77396c1e4fbe91 (patch) | |
tree | 9abba5e09307c9dc62c52b371576d73e369672dd /src/index.html | |
parent | 6024e655a8b6d3c35ef189013f8cd2de605171fa (diff) | |
download | BIP39-ee0981f1ecc4c6e78831f538ef77396c1e4fbe91.tar.gz BIP39-ee0981f1ecc4c6e78831f538ef77396c1e4fbe91.tar.zst BIP39-ee0981f1ecc4c6e78831f538ef77396c1e4fbe91.zip |
Detect and warn of filtered entropy
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html index cc38ed0..7507a35 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -164,6 +164,13 @@ | |||
164 | <label for="entropy" class="col-sm-2 control-label" data-translate>Entropy</label> | 164 | <label for="entropy" class="col-sm-2 control-label" data-translate>Entropy</label> |
165 | <div class="col-sm-7"> | 165 | <div class="col-sm-7"> |
166 | <textarea id="entropy" rows="2" class="entropy form-control" placeholder="Accepts either binary, base 6, 6-sided dice, base 10, hexadecimal or cards" data-translate-placeholder></textarea> | 166 | <textarea id="entropy" rows="2" class="entropy form-control" placeholder="Accepts either binary, base 6, 6-sided dice, base 10, hexadecimal or cards" data-translate-placeholder></textarea> |
167 | <div class="row filter-warning text-danger hidden"> | ||
168 | <p class="col-sm-12"> | ||
169 | <strong> | ||
170 | Some characters have been discarded | ||
171 | </strong> | ||
172 | </p> | ||
173 | </div> | ||
167 | <div class="row"> | 174 | <div class="row"> |
168 | <label class="col-sm-3 control-label" data-translate><span class="more-info" data-translate-title title="Based on estimates from zxcvbn using Filtered Entropy">Time To Crack</span></label> | 175 | <label class="col-sm-3 control-label" data-translate><span class="more-info" data-translate-title title="Based on estimates from zxcvbn using Filtered Entropy">Time To Crack</span></label> |
169 | <div class="crack-time col-sm-3 form-control-static"></div> | 176 | <div class="crack-time col-sm-3 form-control-static"></div> |