How do I convert password hashing from MD5 to SHA?

前端 未结 7 714
谎友^
谎友^ 2020-12-29 08:06

I\'ve got an old application that has user passwords stored in the database with an MD5 hash. I\'d like to replace this with something in the SHA-2 family.

I\'ve tho

7条回答
  •  [愿得一人]
    2020-12-29 08:50

    Yes you should know the real password first before you convert it into sha-1..

    If you want to find the real password from md5 encrypted string, you can try md5pass.com

提交回复
热议问题