On 4 June 2010 16:29, Dominique Faure <dominique.faure at gmail.com> wrote: > As a workaround, have you tried to use the _crypt(...) version defined > in scripts/authuser.php ? Gives the same results. With hashes that start '$1$', internally _crypt() just calls crypt() with the same parameters it's passed. eemeli