allow 2 mil KDF iterations
This commit is contained in:
parent
eb85464f8d
commit
01cb57c9fb
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 74c30198587e1c799dfa16c2eb2771ff12c2eebe
|
Subproject commit b01759924c112c3d3d33538e782af70e282bbb5b
|
|
@ -29,7 +29,7 @@
|
||||||
title="{{'learnMore' | i18n}}">
|
title="{{'learnMore' | i18n}}">
|
||||||
<i class="fa fa-question-circle-o"></i>
|
<i class="fa fa-question-circle-o"></i>
|
||||||
</a>
|
</a>
|
||||||
<input id="kdfIterations" type="number" min="5000" max="1000000" name="KdfIterations"
|
<input id="kdfIterations" type="number" min="5000" max="2000000" name="KdfIterations"
|
||||||
class="form-control" [(ngModel)]="kdfIterations" required>
|
class="form-control" [(ngModel)]="kdfIterations" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue