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?
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).
This website uses cookies to facilitate the core functions of the challenge and gather anonymous analytics data. AcceptManage cookiesRead more
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect data via analytics are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.