Skip to main content
The National Cipher Challenge

Reply To: Programming

A Tale of 2 Secrets Forums T.E.M.P.E.S.T. Programming Reply To: Programming

#112021
Gen_ruikt
Participant

also do you recommend any tools i can use for columnar transposition ciphers

When I started I used pen and paper, but you might find putting the text into a spreadsheet helpful. You will have to think about how to get the text into the cells the way you want, but once you have done that you can rearrange the columns easily. A more sophisticated approach is to learn to use grep in a text processor like BBEdit. You can get it to do things like replace characters matching a pattern, re-order strings and so on! Harry

Report a problem