How to output MD5 hashed password in plain text?

前端 未结 7 1403
再見小時候
再見小時候 2020-12-12 07:44

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

7条回答
  •  余生分开走
    2020-12-12 08:28

    md5 is a one-way encryption/hashing function. Once hashed, a string can only be compared to it's hashed version and not decrypted.

提交回复
热议问题