mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
Updated minimum value for KDF iterations (#4636)
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
<input
|
<input
|
||||||
id="kdfIterations"
|
id="kdfIterations"
|
||||||
type="number"
|
type="number"
|
||||||
min="5000"
|
min="100000"
|
||||||
max="2000000"
|
max="2000000"
|
||||||
name="KdfIterations"
|
name="KdfIterations"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
|
|||||||
Reference in New Issue
Block a user