Update password-policies.adoc
This commit is contained in:
parent
703bb4888c
commit
2d1f7bbf6b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ Hashing Iterations::
|
||||||
This hashing is done in the rare case that a hacker gets access to your password database. Once they have access to the database,
|
This hashing is done in the rare case that a hacker gets access to your password database. Once they have access to the database,
|
||||||
they can reverse engineer user passwords.
|
they can reverse engineer user passwords.
|
||||||
The industry recommended value for this parameter changes every year as CPU power improves. A higher hashing iteration value takes more CPU power for hashing,
|
The industry recommended value for this parameter changes every year as CPU power improves. A higher hashing iteration value takes more CPU power for hashing,
|
||||||
and can impact performance. You'll have to weigh what is more important to you. Performance or protecting your passwords stores.
|
and can impact performance. You'll have to weigh what is more important to you: performance or protecting your passwords stores.
|
||||||
There may be more cost effective ways of protecting your password stores.
|
There may be more cost effective ways of protecting your password stores.
|
||||||
Digits::
|
Digits::
|
||||||
The number of digits required to be in the password string.
|
The number of digits required to be in the password string.
|
||||||
|
|
Loading…
Reference in a new issue