* (Optional) remove bias in password generation

This commit is contained in:
2021-03-29 22:39:03 +02:00
parent 374fd74b33
commit 4462e58071
2 changed files with 25 additions and 3 deletions

View File

@@ -51,6 +51,16 @@
<label><input type="checkbox" id="extended" checked="checked" /> Use special characters</label>
</td>
</tr>
<tr>
<td colspan="2">
<label>
<input type="checkbox" id="allowbias" /> Use all entropy<br />
<div style="padding-left: 2em; font-size: 70%;">
(Allows for longer passwords, but <br />makes them slightly more predictable)
</div>
</label>
</td>
</tr>
<tr>
<td colspan="2">
<input type="button" id="storedomain" value="Store" onclick="ewpass.storeSettingsForDomain();" />