Is it possible to decrypt MD5 hashes?

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

    Decryption (directly getting the the plain text from the hashed value, in an algorithmic way), no.

    There are, however, methods that use what is known as a rainbow table. It is pretty feasible if your passwords are hashed without a salt.

提交回复
热议问题