Roundup Tracker - Issues

Message1882

Author a1s
Recipients
Date 2005-03-03.05:44:23
Message-id
In-reply-to
Logged In: YES 
user_id=8719

are you aware of any crypt() implementation that does not
tolerate more than two characters in salt?

in FreeBSD, salt can take one of three forms:

 * DES extended format - 9 characters, starting from underscore.
 * modular crypt - starting with $digit$, up to 8 following
characters used for salt.
 * traditional crypt - salt length and use depends "upon the
algorithm for the hash.  For best results, specify at least
two characters of salt." [crypt(3)]

glibc2 (i.e. linux) implements MD5 passwords with salt
format same as in bsd modular crypt - up to 11 characters used.

History
Date User Action Args
2009-02-03 14:21:14adminlinkissue1153640 messages
2009-02-03 14:21:14admincreate