أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
I want to see like this:
e.g. The last password stored in the database that I was filled is "abcedf" and it is protected by the md5 method in the encrypted form like as efdd5@fdfjdhf something. How do I got my password into the original form i.e."abcedf"?
Please help me I got stuck somewhere.
Regards,
Kamal
You cannot decrypt an md5 hashed string, since it is a one way algorithm. But they can be converted using reverse lookup using mysql. You can refer various online decrypts to find a best solution.