A code in need of breaking

discuss the engine, rankings, game ideas, and more
Post Reply
General_Payne
Posts: 20
Joined: Mon Jun 20, 2011 6:25 pm

A code in need of breaking

Post by General_Payne »

I am taking part in a national cipher competition. Round two is timed and tomorrow so getting some practice in.

Probably far simpler than im making it out to be but im struggling with the 2011 round three code.

MjUxMUZDNkNCMEJCMjQzMUMwQjQzRDY3OTNEMENCQzENCjYyQ0MwQjRFQkIwQjU3QjQwNzc4MTc5MjM0MjQ2QzM4DQo4ODEyNjYyRENGM0U1REIwMjQ3QzBGODU5MDkzNjNGQw==

Seems base64y
So
2511FC6CB0BB2431C0B43D6793D0CBC162CC0B4EBB0B57B40778179234246C388812662DCF3E5DB0247C0F85909363FC

Hex.

Where now? Can't see any patterns.

Any help would be awesome

Thanks

Payne
User avatar
CodeX
Posts: 350
Joined: Fri Oct 17, 2008 5:28 pm

Post by CodeX »

Just a quick thing to note is that when decoded from base64 it gives 3 lines, each consisting of what appears to be 32nybbles:

Code: Select all

2511FC6CB0BB2431C0B43D6793D0CBC1
62CC0B4EBB0B57B40778179234246C38
8812662DCF3E5DB0247C0F85909363FC
That makes me think they are hashes - a quick lookup reveals that they are MD5s of "following" "your" "dream", which I suspect is the intended message.
General_Payne
Posts: 20
Joined: Mon Jun 20, 2011 6:25 pm

That Looks Like it!

Post by General_Payne »

Thanks! Id completely missed the new lines. Pretty sure that'll be it. If not its a massive coincidence.

Round two turned out to be pretty simple. Just base64 and a substitution cipher.

If round three involves md5's if ever we are in the same city I owe you a pint!

Payne
Post Reply