How to decrypt the md5 encrypted password?
Rate this page :
![]() ![]() ![]() ![]() ![]() |
[ 0 votes]
|
MD5 is a one-way hashing technique, which means it cannot be decrypted.Encrypted key string is stored in database. Once you have stored the password, you can check if the user has entered correct password by hashing it again and comparing it with the stored value.