diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-07-04 18:30:15 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-07-04 18:30:15 +0000 |
commit | 177e2a2caa0809c70366727363e9e9a6d813c93a (patch) | |
tree | 60a4e2f4ec8729a7715b7db21bbe3959e1df7004 /etc/passwd.conf | |
parent | f4f9c797da7efefc86eb88e1124087615804ad2d (diff) |
newsalt also takes ,rounds modifier.
Diffstat (limited to 'etc/passwd.conf')
-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 |