diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-03-27 00:07:15 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-03-27 00:07:15 +0000 |
commit | 87723266e5dba1ac2d5fba460d03064ef48f82fe (patch) | |
tree | 51d60d28b3c669c6971ea387d31bde2505911c26 /etc | |
parent | f0b12dfc6b64611b09f16b6a9caf9f0acfdf181c (diff) |
add comment on md5
Diffstat (limited to 'etc')
-rw-r--r-- | etc/passwd.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/passwd.conf b/etc/passwd.conf index 6081d46fe34..1d1d1a40c6d 100644 --- a/etc/passwd.conf +++ b/etc/passwd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: passwd.conf,v 1.2 1997/02/16 23:45:29 deraadt Exp $ +# $OpenBSD: passwd.conf,v 1.3 1997/03/27 00:07:14 provos Exp $ # # Passwd configuration file # @@ -7,6 +7,7 @@ # they can take values of # old - old unix style salt of 12bit # newsalt - DES hash with salt of 64 bit +# md5 - MD5 hashing algorithmus # blowfish,x - Blowfish cipher, x is number of rounds # 128 bit salt, 4 rounds are min, 31 max |