Post
Topic
Board Archival
Re: The Bank of Bitcoin- The World's Most Secure Bitcoin Service- Unhackable!
by
Atruk
on 29/05/2013, 17:36:18 UTC
r3wt- I don't think you got the point.  The point is not whether or not md5 is able to be "cracked."  The point is to demonstrate that our pages have not been changed.  If you hash a text string with md5, as long as the input text string is the same, the resulting md5 hash will be the same.

You should have given it a full second.   Smiley

Actually with md5, the problem is indeed not to "be cracked", it is for a collision to have been found.

A collision is an event where to different inputs yield the same md5 hash, and the math behind md5 has been sufficiently broken that creating a forged document with the same md5 has as a genuine document is no where near computationally challenging enough anymore. You can have two (or more) different inputs yield the same string. (SSL and code signing certificates which used keys derived with md5 have catastrophically been forged)

It has probably been since 2008 that md5 has been generally know to be unreliable for security applications.