Is it possible to decrypt MD5 hashes?

前端 未结 24 2305
北荒
北荒 2020-11-21 06:22

Someone told me that he has seen software systems that:

  1. retrieve MD5 encrypted passwords from other systems;
  2. decrypt the encrypted passwords and
24条回答
  •  野的像风
    2020-11-21 06:42

    MD5 is a hashing algorithm, you can not revert the hash value.

    You should add "change password feature", where the user gives another password, calculates the hash and store it as a new password.

提交回复
热议问题