WARNING: I know nothing about this, its origin, or any possible solution. I have no idea if there is anything more than a 14 k of g in a f p g-style death ray. The Web site I saw it on is i-am-bored.com, not known for deep digging. I have trouble with Jumbles (in the kid’s section), so other than curiosity and a link, I can’t add much. I have no solution. Read on at your own peril.
Is there meaning to the number blocks in this sign? The pattern of the blocks looks familiar (hex?), but it could just be a few blocks of 4-items each.
Viral campaign? Google-style help wanted ad? Cruel hoax on cryptofans?
Cool, thanks. I Googled individual blocks, but not the whole thing. Oops. So much for my getting a job there.
MD5 hashes can be reversed? My only connection with them was with SHNs and other (free) sound files. Never thought that there would be some information behind them.
To be honest, I’m not very technical about these things, but unless the decoded hash was already included in some sort of database to look up the hashed value against, I don’t see how it would be reversible. In other words, I think you would already need a database that contained that URL as a possible decrypted value to figure out what the hash decrypts to.
Not really. See what pulykamell said. MD5 is considered pretty weak not only because of the lookup tables (databases of pre-hashed values) but also because of collisions, occasionally even targeted ones (meaning people have been able to find identical MD5 hashes for things and used them in security exploits; see the Wikipedia article for more).
But for cases where security isn’t important (such as making sure a download came through ok), MD5 is still ok because it’s good enough and fast.