--- usr/bin/makepasswd.orig 2007-02-24 21:10:36.000000000 -0500 +++ usr/bin/makepasswd 2007-02-24 21:12:40.000000000 -0500 @@ -29,7 +29,7 @@ $Clear = ""; $Count = ""; $Crypt = 0; -$CryptMd5 = 0; +$CryptMd5 = 1; $CryptSalt = ""; $MaxChars = ""; $MinChars = ""; @@ -45,8 +45,8 @@ # $Error = 0; -$CharMin = 6; -$CharMax = 8; +$CharMin = 8; +$CharMax = 10; $CharFormat = $CharMax + 3; $CountUsed = 1; $PasswordRepeat = 1; @@ -472,12 +472,12 @@ --count=N Produce a total of N passwords (the default is one). --crypt Produce encrypted passwords. --crypt-md5 Produce encrypted passwords using the MD5 digest (hash) - algorithm. + algorithm (the default). --cryptsalt=N Use crypt() salt N, a positive number <= 4096. If random seeds are desired, specify a zero value (the default). --help Ignore other operands and produce only this help display. ---maxchars=N Generate passwords with at most N characters (default=8). ---minchars=N Generate passwords with at least N characters (default=6). +--maxchars=N Generate passwords with at most N characters (default=10). +--minchars=N Generate passwords with at least N characters (default=8). --nocrypt Do not encrypt the generated password(s) (the default). --noverbose Display no labels on output (the default). --randomseed=N Use random number seed N, between 0 and 2^32 inclusive. A zero