Is it possible to decrypt MD5 hashes?

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

    You can't revert a md5 password.(in any language)

    But you can:

    give to the user a new one.

    check in some rainbow table to maybe retrieve the old one.

提交回复
热议问题