Skip to main content
The National Cipher Challenge

Reply To: Yet another 10B post

#99522
someone
Participant

I found the correct transposition key to get 1 of each symbol in each chunk of 3 and do not know what to do from there. My tip is that anyone who can do python coding should create a code that can solve transposition ciphers based on a key you give, and chunk size; i’ve done this for all the other challenges – i created 1 script that can decrypt and encrypt Caeser shift, Substitution, Transposition, Standard Vigenere, Autokey Vigenere, Nihilist, Polybious sqaure and auto-solve for Caeser and Substitution. I recommend also creating tools for finding chunks in certain locations, frequency analysis, permutating, and converting keywords to grids and alphabet.

Report a problem