Skip to main content
Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #33111
    Anonymous
    Inactive

    ayyyyyy, I did it reddit!!!

    #33127
    Anonymous
    Inactive

    I finally did it, I’m sooooooo happy! Thank you Joan for all your clues, they really helped!

    #33133
    Anonymous
    Inactive

    Finally! I was convinced that it was Vigenere + Autokey/Beaufort + Autokey 😐

    I should really take a step back next time.

    #33135
    Anonymous
    Inactive

    Exuuuuuuuse me,i have a bone to pick with you. I am not a happy bunny.
    Hooooooooow would one solve the keyword without any hints, thankfully im fairly intelligent but many of my colleague’s are not (thankfully i have taken tyhe liberty to complakin on behalf of them).

    #33141
    Anonymous
    Inactive

    Ya man!

    #33161
    Anonymous
    Inactive

    Finally…

    #33190
    Anonymous
    Inactive

    As some people didn’t know how to solve this without knowing the keyword, I’ll tell you how I solved it.
    I solved it as if it used a Quagmire II cipher, as the cryptanalysis suggested it had a peak in periodic IOC at period 15, and 6A hinted that didn’t use a caesar shift but was similar to Vigenere and Beaufort – so it was probably one of the Quagmire ciphers. If you didn’t know about the Quagmire ciphers, I’d say you should do some more research on ciphers and cryptanalysis if you want to do well in the later stages of this competition.

    Another way that it could have been solved is by creating a hill climbing algorithm that stars with a 15 letter key (usually 15 random letters) and improves it, depending on what the IOC of the ciphertext would be after decrypting it with that 15-length key Vigenere. If a modification to the key (changing a letter in the key to a different letter) increases the IOC of the ciphertext, then keep it and carry on trying to improve the key in this way. At some point this algorithm won’t be able to find a modification to this key that increases the resulting text’s IOC, and at this point the key found by the algorithm should be any of the 26 possible caesar shifts of “AGRICOLAEMORTEM” (though it could get stuck in local maxima, so you may need to try this algorithm a few times using different starting keys if it doesn’t work the first time). After seeing that key, it is clear that it is probably the correct key as it is similar to some of the latin text we have seen in the part Bs of this competition. After decrypting it with “AGRICOLAEMORTEM” using Vigenere, it becomes an easily solvable affine shift (or a difficult keyword cipher) ciphertext.

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.