* (Optional) remove bias in password generation
This commit is contained in:
10
index.html
10
index.html
@@ -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();" />
|
||||
|
||||
Reference in New Issue
Block a user