> Doesn't php implement MD5 itself and not use mhash at all? I'm sure md5() > works > without the mhash extention. My mistake.... when I originally added MD5 I used the mhash extension. But when you reworked passwd you changed it to use PHP's md5 functions. Sorry about the confusion. Amith