I am trying to use encrypt on a WAMP...
Unfortunately....MySQL needs access to a linux-like crypt() function on the windows 2000 box...
Has anyone gotten this to work?
and no...I can't just easily port everything over to MD5()
Have you tryed using DES_ENCRYPT or AES_ENCRYPT instead?