Skip to main content

Any advice for complicated ciphers?

The Empty Vault Forums Bureau of Security and Signals Intelligence Forum Any advice for complicated ciphers?

Tagged: 

  • This topic has 1 reply, 2 voices, and was last updated 4 months ago by madness.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87340
    CrypticTriptychOfAnaglyphs
    Participant

    Hello! This is my first time attempting the cipher challenge and I’d like some advice. What’s the best way to approach more complicated ciphers, such as rail fence and Vigenere. I’ve tried programming decoders with poor results and, especially in the case of the rail fence cipher, I don’t see a logical way to manually decipher text encoded in this way. Are there any tips anyone can share?

    #87356
    madness
    Participant

    The only hard part is determining how long each line is when you cut the ciphertext up, and
    you can figure that out by dividing the length of the text by k + (k-2) where k is the number of rails,
    and looking at the remainder.
    Then you just bounce from line 1 to 2 to 3 to 4 to 5 to 4 to 3 to 2 to 1 …. (for key=5, for example).

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Report a problem