Description

Congratulations on solving the puzzle! :D

My first puzzle wasn't TOO easy and I give $1 as your reward. A bit of a cruel joke? There will be more from me in the future.

Hey, looks like I am the first one. You know you've made a small mistake, do you? "YOUMUSRENTERTHECODEUSEDTOENCRYPTASYOURANSWER".
Anyway, the phrase in question is far too short to solve without some fairly good cryptanalisis skills if I say so myself. Though maybe that was the point, of course.

Thank you for a good puzzle :)

12 years ago
Permalink

Comment has been collapsed.

Damn! I did convert that letter incorrectly. Granted, it can be ignored during cryptanalysis and be dealt with as those in the past had to deal with (un)intentional typographical errors. And yes, it was rather hard, especially due to the fact that frequency analysis can hardly be used on it, if at all! I wanted to see how the forum would respond to a truly "cryptic" puzzle! Good damn job, though! I sent you a request on Steam.

12 years ago
Permalink

Comment has been collapsed.

yay I'm the 2nd one :D
that took some creativity, good puzzle ;)

12 years ago
Permalink

Comment has been collapsed.

Ha! Congratulations. Glad to see you here ;)

12 years ago
Permalink

Comment has been collapsed.

I gave up yesterday then I saw your 'solved' reply on the forum... that fired me up lol :))

12 years ago
Permalink

Comment has been collapsed.

:D You two do amaze me, though! I'm rather surprised to see anyone here! Not to say I thought it impossible, just highly improbably that a handful would get it. There's a bit more time and we'll see how many more are added to the select few.

12 years ago
Permalink

Comment has been collapsed.

That was fun to analyze that, though I almost gave up XD; I think some people too. but then again, if they see there are 2 solvers I hope it will keep their spirit up :)))

12 years ago
Permalink

Comment has been collapsed.

Especially with more than one. With one, they might think, "Eh, just a fluke. Guy got lucky." Then you see another person solved it and think, "Hm... maybe there is something to getting this down."

12 years ago
Permalink

Comment has been collapsed.

Can you describe how you came up with the solution?

12 years ago
Permalink

Comment has been collapsed.

well first I see the cipher length, I think it's not a title or name but rather a direct or command sentence (eh idk how to say it in english lol sorry) then it must be starting with this or that or YOU...etc I start bruteforcing the first two letters and I found it can only make 'YO' and 'IR' (so far) that is readable (with readable 2-letter key). with 'YO' found, it's not hard anymore I instantly found 'gla' and guessing what english words start with 'gla' (thanks for the third hint!!) I tried glados at first lol

12 years ago
Permalink

Comment has been collapsed.

The key was a bit of an easy one! Not too many words in English that begin with "gla-," with gladiator being a pretty easily guessed one. Good job!

12 years ago
Permalink

Comment has been collapsed.

thanks! I have to admit I used online dictionary to find words starting with 'gla' since English is not my first language lol :))

12 years ago
Permalink

Comment has been collapsed.

Hey, all tools at your disposal are allowed to be used (with the exception of using someone else who has solved it). Even better that you got it even though the language it was enciphered in isn't your first language.

12 years ago
Permalink

Comment has been collapsed.

Hah, yes. It was my afterthought that you could simply guess "you" as part of the instruction message.
As for me, I just wrote a little program with a letter frequency filter; after some basic tuning, a dictionary attack using the ispell files immediately netted me a good-looking result, namely "YOUMKZWFATERTXLHPQEUSETATFACRYPJHXZBURANIDJS" for "Gladstone" (you can see that the E, T and As are most frequent in this phrase, as in English itself) - you could easily tell it wasn't random. This of course was enough to learn the first letters, and the rest was a piece of cake.
A more sophisticated occurency checker could crack this even faster and without a slightest amount of guesswork, certainly, but I didn't have time to get the needed data and write a parser.

12 years ago
Permalink

Comment has been collapsed.

wow, you made a program? awesome :O may I ask in what prog.language did you make that? your solution is so... 'scienctific', the fact that I enrolled in cryptography class and did a little bruteforce in this make me feel shameful :))

12 years ago
Permalink

Comment has been collapsed.

Python was fine for this. Moreover, there're easily accessible Python libraries with a ready implementation for some of the needed functions. I used this one, for example: http://code.google.com/p/pysecret/ It had a Vigenere and a simple frequency checker already, so the amount of needed work was really small -- I wrote maybe ten lines of code, no more.

12 years ago
Permalink

Comment has been collapsed.

woah, I never use python.. but great, I'll check it out (and study more) tons of thanks! :D

12 years ago
Permalink

Comment has been collapsed.

De nada :) Learn to program in many languages with different paradigms -- then, meeting a problem, you would be able to pick up and use exactly the tool you need.

12 years ago
Permalink

Comment has been collapsed.

Well then, before reading that huge reply pyramid, going to post to say

wee hooray for cryptography, and cheers !

12 years ago
Permalink

Comment has been collapsed.

congrats for made it here! :D

12 years ago
Permalink

Comment has been collapsed.

congrats! the few, the proud, the cryptanalysts!

12 years ago
Permalink

Comment has been collapsed.

Heyas! That was a tough one.

This was the ultimate hint for me :"From there, you will know what to do, as it is spelled out for you.". So I thought this should be worded as a question or instruction. So I just went through "whatis,where,how,youcan,youcould,canyou.." when finally stumbling on "youmust" which worked perfectly.

Thank you for a nice puzzle. Fortix has already been taken.

12 years ago
Permalink

Comment has been collapsed.

Yes, I think that turned out to be the biggest hint :)

12 years ago
Permalink

Comment has been collapsed.

I've given quite a few hints that should spell it out pretty well for many people! Good job! I've even added that Kasiski was involved with this cipher in history as people seem very frustrated. That gives away the exact cipher used with 7 hours remaining. From there, though, they'll still need to find out the multiple alphabets used.

12 years ago
Permalink

Comment has been collapsed.

hey congrats :) wow, I never thought the biggest hint was somewhere on the comment section :))

12 years ago
Permalink

Comment has been collapsed.

finally got it.
how ironic, i was watching the key for the first one sooner today.

12 years ago
Permalink

Comment has been collapsed.

Hardest puzzle ever.

12 years ago
Permalink

Comment has been collapsed.

Well I'm glad I didn't bust my balls over this*. I knew it was a Vigenere cipher, but when I tried my amateur analysis I kept coming up with a key length of... 3. Now I read about how other guys managed it by deducing the first word must be 'you'. That would have made life easier. Alas, I wasn't so bright.

*Actually I did.

12 years ago
Permalink

Comment has been collapsed.

Sometimes the simplest way to break it is to think of common words that would be used in the plaintext to help you gather the key.

12 years ago
Permalink

Comment has been collapsed.

You do not have permission to comment on giveaways.