I checked the MySQL manual and it just says
"Encrypt str using pass_str as the password. To decrypt the result, use DECODE()."
I am assuming this means that you can use any password you want, but to decode the password, you would have to use the same password. The encode function must use the password in the encryption algorithm...
Blindeddie