Page 1 of 1

Frequent These Parts

Posted: Wed Dec 17, 2008 3:44 pm
by lukas
very simple with the right tool ^^


http://www.youtube.com/watch?v=Q7AJSAxuCkE&fmt=18

Posted: Fri Mar 13, 2009 5:46 pm
by PeterS
As I read the title I immediately knew this was Vigenere, because I had it in school when we were talking about cryptography.
But the decryption tool I wrote back then was not finished (it doesn't interpret the frequency analysis, so it can't find the key by itself), so i used the online version of a script called pygenere:
http://smurfoncrack.com/pygenere/pygenere.php

Posted: Sun Mar 15, 2009 11:28 pm
by theStack
I used the same tool than PeterS, found the link in the wikipedia article to the Vigenere cipher.
It was quite impressing to me that it can be decrypted *that* fast, I knew that it was possible but always thought it involves some bruteforcing which could take a bit of a time.

Posted: Mon Aug 24, 2009 7:27 pm
by sabretooth
i used http://cs.colgate.edu/faculty/nevison/C ... acker.html

and assumed the first two words were 'this cipher' therefore built it up that way

Posted: Wed May 04, 2011 10:37 pm
by FreeFull
I knew nothing about polyalphabetic ciphers beforehand but correctly guessed that this was a polyalphabetic cipher and that it would have about equal letter frequency (which it did), researched possible ciphers on wikipedia, guessed that this was the vigenere cipher, tried manually cracking the cipher which was doomed because I assumed the wrong key length (4 instead of 8), and then found the same tool as PeterS.

Posted: Sat Aug 27, 2011 9:47 am
by lifthrasiir
I have used Kasiski examination to guess the key length. Four out of five four-character repetitions are found to have the distance of multiples of 8 ("iudz" for 136, "rgai" for 64, "dzbh" for 152, "sdyc" for 184), so the key length is likely 8. Since the word boundary is already known, it is easy to guess the key now. (For example, "W yt" is very likely to be "I am".) The key was not in the dictionary (two words concatenated), so I was initially confused but the first part ("This cipher...") ensured me the correct direction.

The only hard part of this problem was knowing the correct cipher algorithm.

Posted: Mon Sep 19, 2011 12:27 pm
by compudemon
i guessed how the cipher worked then dictionary brute forced ctihuolhlacat against all known English 13 letter words thankfully the key repeated mostly over the length this word

Posted: Thu Dec 03, 2015 12:38 am
by Hippo