diff options
Diffstat (limited to 'usr/src/man/man7/crypt_sha256.7')
| -rw-r--r-- | usr/src/man/man7/crypt_sha256.7 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr/src/man/man7/crypt_sha256.7 b/usr/src/man/man7/crypt_sha256.7 index 2984792569..584a846e9b 100644 --- a/usr/src/man/man7/crypt_sha256.7 +++ b/usr/src/man/man7/crypt_sha256.7 @@ -17,7 +17,7 @@ crypt_sha256 \- password hashing module using SHA-256 message hash algorithm .LP The \fBcrypt_sha256\fR module is a one-way password hashing module for use with \fBcrypt\fR(3C) that uses the SHA-256 message hash algorithm. The algorithm -identifier for \fBcrypt.conf\fR(4) and \fBpolicy.conf\fR(4) is \fB5\fR. +identifier for \fBcrypt.conf\fR(5) and \fBpolicy.conf\fR(5) is \fB5\fR. .sp .LP This module is designed to make it difficult to crack passwords that use brute @@ -29,7 +29,7 @@ The maximum password length for \fBcrypt_sha256\fR is 255 characters. .sp .LP The following options can be passed to the module by means of -\fBcrypt.conf\fR(4): +\fBcrypt.conf\fR(5): .sp .ne 2 .na @@ -51,8 +51,8 @@ $5,rounds=6000$nlxmTTpz$ .in -2 When \fBcrypt_gensalt\fR(3C) is being used to generate a new salt, if the -number of additional rounds configured in \fBcrypt.conf\fR(4) is greater than -that in the old salt, the value from \fBcrypt.conf\fR(4) is used instead. This +number of additional rounds configured in \fBcrypt.conf\fR(5) is greater than +that in the old salt, the value from \fBcrypt.conf\fR(5) is used instead. This allows for migration to stronger (but more time-consuming) salts on password change. .RE @@ -60,7 +60,7 @@ change. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -80,4 +80,4 @@ MT-Level Safe .LP \fBpasswd\fR(1), \fBcrypt\fR(3C), \fBcrypt_genhash_impl\fR(3C), \fBcrypt_gensalt\fR(3C), \fBcrypt_gensalt_impl\fR(3C), \fBgetpassphrase\fR(3C), -\fBcrypt.conf\fR(4), \fBpasswd\fR(4), \fBpolicy.conf\fR(4), \fBattributes\fR(5) +\fBcrypt.conf\fR(5), \fBpasswd\fR(5), \fBpolicy.conf\fR(5), \fBattributes\fR(7) |
