diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-03-02 20:21:37 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-03-02 20:21:37 +0000 |
commit | 360114fbda0a6abca495c3572c425937553146c4 (patch) | |
tree | 57b06942be9c2f6ecad3f395318adf9639a0929b /etc | |
parent | 0e4d8e4333ec2c3891e32479aebdf6e0a0c6b077 (diff) |
double the number of rounds (crank log(round) by one) to take improved
blowfish performance into account.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/passwd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index e3cd0df70e2..d357782c986 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.6 1997/04/14 22:26:21 provos Exp $ +# $OpenBSD: passwd.conf,v 1.7 1998/03/02 20:21:36 provos Exp $ # # Passwd configuration file # @@ -15,11 +15,11 @@ # # EXAMPLE to give members of group .wheel blowfish passwords #.wheel: -# localcipher=blowfish,6 +# localcipher=blowfish,7 default: - localcipher=blowfish,5 + localcipher=blowfish,6 ypcipher=old root: - localcipher=blowfish,7 + localcipher=blowfish,8 |