Spencer Portee wrote: > It can use crypt(5)(?) or it's own idiotic encryption. Use crypt.. it'll > be nicer. It's currently using MySQL encryption. Switching to crypt() is an option. What do you think people??? Only problem is crypt() is limited to 8 significant characters (I think). Perhaps md5() could be used...