diff options
author | 2014-05-16 14:12:19 +0000 | |
---|---|---|
committer | 2014-05-16 14:12:19 +0000 | |
commit | 1b320b9ce191429638f1889d0e76c6efdd562d7a (patch) | |
tree | 881838735d14d17ba3780f3100392f5c17e354ac /lib/libc | |
parent | It seems that there is new and old revision of CH340. (diff) | |
download | wireguard-openbsd-1b320b9ce191429638f1889d0e76c6efdd562d7a.tar.xz wireguard-openbsd-1b320b9ce191429638f1889d0e76c6efdd562d7a.zip |
use $2b in the bcrypt example, ok tedu
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/crypt/crypt.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index b8777e39ca5..8d5681d67ae 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.35 2014/05/12 19:13:14 tedu Exp $ +.\" $OpenBSD: crypt.3,v 1.36 2014/05/16 14:12:19 sthen Exp $ .\" .\" FreeSec: libcrypt .\" @@ -31,7 +31,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd $Mdocdate: May 12 2014 $ +.Dd $Mdocdate: May 16 2014 $ .Dt CRYPT 3 .Os .Sh NAME @@ -140,7 +140,7 @@ An encoded would specify 256 rounds. A valid Blowfish password looks like this: .Pp -.Dq $2a$12$eIAq8PR8sIUnJ1HaohxX2O9x9Qlm2vK97LJ5dsXdmB.eXF42qjchC . +.Dq $2b$12$FPWWO2RJ3CK4FINTw0Hi8OiPKJcX653gzSS.jqltHFMxyDmmQ0Hqq . .Pp The whole Blowfish password string is passed as .Fa setting |