Y
Hacker News
new
|
ask
|
show
|
jobs
by
sdegutis
3390 days ago
Are MD5 hashes that predictable that you can just make a few adjustments to a binary until it's the one you want?
1 comments
Filligree
3390 days ago
MD5 as a cryptographic hash is thoroughly shredded, yes.
It's still fine for non-cryptographic purposes, except that it's far slower than e.g. CRC.
link
hueving
3390 days ago
That would be news if that were the case. The preimage resistance for MD5 was pretty strong last time I looked:
http://crypto.stackexchange.com/questions/13303/is-md5-secon...
link
It's still fine for non-cryptographic purposes, except that it's far slower than e.g. CRC.