> How about the ability to store passwords in a more secure format, such > as SHA1/2 or salted MD5? You can theoretically bastardize crypt() for Under Linux MD5 is supported. Actually it depends on libcrypt that handles MD5 passwords in transparent way. Gabor