diff options
author | 1998-07-04 18:30:14 +0000 | |
---|---|---|
committer | 1998-07-04 18:30:14 +0000 | |
commit | 798523ff49876c7cb0aaf28d36a34135f083c8fe (patch) | |
tree | 2ee0068d0025d5b303bf9fe4c3dc8479c2a9586c | |
parent | document the variable number of rounds for 'newsalt'. That name should (diff) | |
download | wireguard-openbsd-798523ff49876c7cb0aaf28d36a34135f083c8fe.tar.xz wireguard-openbsd-798523ff49876c7cb0aaf28d36a34135f083c8fe.zip |
newsalt also takes ,rounds modifier.
-rw-r--r-- | etc/passwd.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index d357782c986..5ba025c6d63 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.7 1998/03/02 20:21:36 provos Exp $ +# $OpenBSD: passwd.conf,v 1.8 1998/07/04 18:30:14 provos Exp $ # # Passwd configuration file # @@ -8,7 +8,8 @@ # localcipher, ypcipher # they can take values of # old - old unix style salt of 12bit (YP compatible) -# newsalt - DES hash with salt of 64 bit +# newsalt,x - DES hash with salt of 24 bit, x a 32-bit integer +# specifiying the number of rounds. # md5 - MD5 hashing algorithm # blowfish,x - Blowfish cipher, 2^x is number of rounds (BEST!) # 128 bit salt, 2^4 rounds are min, 2^31 max |