I was looking at that but I'm not sure how to get the AES_DECRYPT and DES_DECRYPT functions to work.
Also, is there a reason why I can't get the following to work:
SELECT SHA1("pwdstring") as 'SHA-1 Password';
This works just fine:
SELECT MD5("pwdstring") as 'MD5 Hash';
I'm using MySQL v4.23.43
Thanks everyone for your input.