Browse Source

newsalt also takes ,rounds modifier.

OPENBSD_2_4
provos 26 years ago
parent
commit
034b3ba646
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/etc/passwd.conf

+ 3
- 2
src/etc/passwd.conf View File

@ -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


Loading…
Cancel
Save