Is it possible to decrypt MD5 hashes?

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

    No, it cannot be done. Either you can use a dictionary, or you can try hashing different values until you get the hash that you are seeking. But it cannot be "decrypted".

提交回复
热议问题