From 034b3ba64657f678a8362cba9e24966b53d9100a Mon Sep 17 00:00:00 2001 From: provos <> Date: Sat, 4 Jul 1998 18:30:14 +0000 Subject: [PATCH] newsalt also takes ,rounds modifier. --- src/etc/passwd.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/passwd.conf b/src/etc/passwd.conf index d357782c..5ba025c6 100644 --- a/src/etc/passwd.conf +++ b/src/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