From 2d1f7bbf6bf60765a53f404e090a10e541240511 Mon Sep 17 00:00:00 2001 From: cvcrckt Date: Wed, 23 Jan 2019 13:17:17 -0500 Subject: [PATCH] Update password-policies.adoc --- server_admin/topics/authentication/password-policies.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_admin/topics/authentication/password-policies.adoc b/server_admin/topics/authentication/password-policies.adoc index 6beb175f81..44bbe2ac0d 100644 --- a/server_admin/topics/authentication/password-policies.adoc +++ b/server_admin/topics/authentication/password-policies.adoc @@ -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, 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, - 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. Digits:: The number of digits required to be in the password string.