Hi,
I have a user auth system that I'm porting over from unix to windows and the mysql auth script uses encrypt() to encode/decode the user password.
Does anyone know if it's possible for me to still use this on windows? Can I get encrypt() for windows?
A