Message1882
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.
|
|
Date |
User |
Action |
Args |
2009-02-03 14:21:14 | admin | link | issue1153640 messages |
2009-02-03 14:21:14 | admin | create | |
|