summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprovos <provos@openbsd.org>1998-03-02 20:21:36 +0000
committerprovos <provos@openbsd.org>1998-03-02 20:21:36 +0000
commit5d0b38949a9cc653360fae1c8317caf2ca787cce (patch)
tree22c78bba7716a822b45b594e2298c7671bba81ba
parent"Whoops" last commit contained stuff not meant to be committed (diff)
downloadwireguard-openbsd-5d0b38949a9cc653360fae1c8317caf2ca787cce.tar.xz
wireguard-openbsd-5d0b38949a9cc653360fae1c8317caf2ca787cce.zip
double the number of rounds (crank log(round) by one) to take improved
blowfish performance into account.
-rw-r--r--etc/passwd.conf8
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