有没有破解 MD5 哈希值的程序?

有没有破解 MD5 哈希值的程序?

在Linux中,可以让程序找到包含字母az并且其MD5哈希值已知的字符串吗?如果我估计运行时间约为 40 天,如果计算机一直运行,并且我想保存当前计算,因为我无法让计算机每晚运行,我该怎么办?问题出自https://www.ohjelmointiputka.net/postit/tehtava.php?tunnus=md5h

答案1

  1. 开膛手约翰密码破解者,https://www.openwall.com/john/
  2. 哈希猫,https://hashcat.net/hashcat/
  3. 谷歌和维基百科,https://en.wikipedia.org/wiki/Password_cracking

相关内容