Is it possible to decrypt MD5 hashes?

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

    There's no easy way to do it. This is kind of the point of hashing the password in the first place. :)

    One thing you should be able to do is set a temporary password for them manually and send them that.

    I hesitate to mention this because it's a bad idea (and it's not guaranteed to work anyway), but you could try looking up the hash in a rainbow table like milw0rm to see if you can recover the old password that way.

提交回复
热议问题