Updated minimum value for KDF iterations (#4636)

This commit is contained in:
SmithThe4th 2023-02-02 13:52:24 -05:00 committed by GitHub
parent e3e88167e5
commit 37a374713c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
<input
id="kdfIterations"
type="number"
min="5000"
min="100000"
max="2000000"
name="KdfIterations"
class="form-control"