Is it possible to decrypt MD5 hashes?

前端 未结 24 2716
北荒
北荒 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:32

    Not possible, at least not in a reasonable amount of time.

    The way this is often handled is a password "reset". That is, you give them a new (random) password and send them that in an email.

提交回复
热议问题