Is there a way in which I can decrypt md5 hashes? I store user passwords in this way in a databse, but want to add a pw retrieval system to my site in whcich case I would need to be able to decrypt the password held in the database. Any ideas??
md5 is a one way hash - you can't decrypt it try to coin out your own ?ncryption method or just create a new password and send it to the user