Hey
First time I've starting to get into encryption. I'm using MD5 to encrypt the submitted password.
The current data I'm testing results in this 65e156e673a5aa1 being the outcome of MD5 encrypted password. This is good.
I need to actually use 65e156e673a5aa1 as my password to login with success however, the submitted password does not work.
Tried the code below but doesnt work.
Whats the method to decrypt?
Start Free Trial