md5解码.他们是怎么做的?

问题描述:

我认为解码 md5 哈希是不可能的,但我找到了可以解码它们的工具here.但我不知道他们是如何在如此短的时间内做到这一点的(大约需要一秒钟).

i thought, that it is impossible to decode md5 hashes, but i found tools, which decode them here. but i have no idea, how they do it in such a short period of time(it takes about a second).

请帮助我理解它.

谢谢

它不解码 MD5 哈希.它使用所谓的彩虹表...这就是为什么使用加盐散列 而不是直接存储散列...

It doesn't decode an MD5 hash. It uses what's called a rainbow table... That's why it's so important to use salted hashes instead of storing the hash directly...