Hiya!
I’m really new to the whole cipher thing, but getting into it I’ve started running into a really major roadblock. It’s to do with structure preservation.
Basically, text is split into chunks of 5/6 so that you can’t deduce stuff from word length. My problem then comes when it’s time to try and decode.
In a lot of ciphers, most notably the Vignere, it is extremely useful to be able to isolate the encrypted text in blocks of n, where n is some reasonably small integer. In the example of the Vignere, you can then quite easily read down columns to pick off every nth letter, and then run that through an Index of Coincidence, and work from there.
Does anyone know of any easy programs/ways to facilitate text format manipulation?
Many thanks!