I am going through this tutorial and I am using the ENCRYPT MySQL function.
But now I have the problem of how to decrypt the encrypted password in MySQL or in php? I want to compare if the password entered is the same as the encrypted one.
How can I compare it? MySQL must be encrypted with the ENCRYPT function!
I am searching but I can not find anything how to decrypt the ENCRYPT MySQL function...