summaryrefslogtreecommitdiff
path: root/lib/libc/crypt
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>1997-11-30 23:16:31 +0000
committerNiels Provos <provos@cvs.openbsd.org>1997-11-30 23:16:31 +0000
commitb581af3e6f467640ed98875baafba636b65e0ec4 (patch)
tree9fc2a8bfa63c59df0bcb6110460c8f83ed7ce133 /lib/libc/crypt
parentfc533f72eabcbaa9ede820da4c379923193bbb78 (diff)
2**8 is normally 256 and not 64, I should resign from applied math it seems.
Diffstat (limited to 'lib/libc/crypt')
-rw-r--r--lib/libc/crypt/crypt.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3
index 7ddc5d465e4..0ec89c038f0 100644
--- a/lib/libc/crypt/crypt.3
+++ b/lib/libc/crypt/crypt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: crypt.3,v 1.8 1997/11/30 22:06:02 deraadt Exp $
+.\" $OpenBSD: crypt.3,v 1.9 1997/11/30 23:16:30 provos Exp $
.\"
.\" FreeSec: libcrypt
.\"
@@ -129,7 +129,7 @@ state 64 times.
The version number, the logarithm of the number of rounds and
the concatenation of salt and
hashed password are separated by the ``$'' character. An encoded ``8''
-would specify 64 rounds.
+would specify 256 rounds.
A valid password looks like this:
.Pp
``$2a$12$eIAq8PR8sIUnJ1HaohxX2O9x9Qlm2vK97LJ5dsXdmB.eXF42qjchC''.