I have passwords for members on a site encrypted using MD5 and stored in the database. I want to implement a lost password functionality where the user will be emailed their
md5 is a one-way encryption/hashing function. Once hashed, a string can only be compared to it's hashed version and not decrypted.