diff options
author | provos <> | 1997-11-30 23:16:30 +0000 |
---|---|---|
committer | provos <> | 1997-11-30 23:16:30 +0000 |
commit | 3c64f645b17989fd19232dea89344af4275c4e3c (patch) | |
tree | e63c137332c477933e6e73b73d6f22c258ad77f0 /src/lib/libc/crypt | |
parent | a6ed0ba9e471212e9f8c0f9d9f3aa9a3bee3474e (diff) | |
download | openbsd-3c64f645b17989fd19232dea89344af4275c4e3c.tar.gz openbsd-3c64f645b17989fd19232dea89344af4275c4e3c.tar.bz2 openbsd-3c64f645b17989fd19232dea89344af4275c4e3c.zip |
2**8 is normally 256 and not 64, I should resign from applied math it seems.
Diffstat (limited to 'src/lib/libc/crypt')
-rw-r--r-- | src/lib/libc/crypt/crypt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/crypt.3 b/src/lib/libc/crypt/crypt.3 index 7ddc5d465e..0ec89c038f 100644 --- a/src/lib/libc/crypt/crypt.3 +++ b/src/lib/libc/crypt/crypt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: crypt.3,v 1.8 1997/11/30 22:06:02 deraadt Exp $ | 1 | .\" $OpenBSD: crypt.3,v 1.9 1997/11/30 23:16:30 provos Exp $ |
2 | .\" | 2 | .\" |
3 | .\" FreeSec: libcrypt | 3 | .\" FreeSec: libcrypt |
4 | .\" | 4 | .\" |
@@ -129,7 +129,7 @@ state 64 times. | |||
129 | The version number, the logarithm of the number of rounds and | 129 | The version number, the logarithm of the number of rounds and |
130 | the concatenation of salt and | 130 | the concatenation of salt and |
131 | hashed password are separated by the ``$'' character. An encoded ``8'' | 131 | hashed password are separated by the ``$'' character. An encoded ``8'' |
132 | would specify 64 rounds. | 132 | would specify 256 rounds. |
133 | A valid password looks like this: | 133 | A valid password looks like this: |
134 | .Pp | 134 | .Pp |
135 | ``$2a$12$eIAq8PR8sIUnJ1HaohxX2O9x9Qlm2vK97LJ5dsXdmB.eXF42qjchC''. | 135 | ``$2a$12$eIAq8PR8sIUnJ1HaohxX2O9x9Qlm2vK97LJ5dsXdmB.eXF42qjchC''. |