summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypt')
-rw-r--r--lib/libcrypt/crypt.34
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libcrypt/crypt.3 b/lib/libcrypt/crypt.3
index d3f89e2..b483237 100644
--- a/lib/libcrypt/crypt.3
+++ b/lib/libcrypt/crypt.3
@@ -107,7 +107,6 @@ A brief test on a
crypt to do approximately 2640 crypts
a CPU second and MD5 to do about 62 crypts a CPU second.
.Ss DES Extended Format:
-.Pp
The
.Ar key
is divided into groups of 8 characters (the last group is null-padded)
@@ -163,7 +162,6 @@ string, 20 or 13 bytes (plus null) in length, consisting of the
.Ar salt
followed by the encoded 64-bit encryption.
.Ss "Modular" crypt:
-.Pp
If the salt begins with the string
.Fa $digit$
then the Modular Crypt Format is used.
@@ -199,9 +197,7 @@ An example salt would be:
.Bl -tag -offset indent
.It Cm "$4$thesalt$rest"
.El
-.Pp
.Ss "Traditional" crypt:
-.Pp
The algorithm used will depend upon whether
.Fn crypt_set_format
has been called and whether a global default format has been specified.
OpenPOWER on IntegriCloud