A simple transpositional cipher
Clone the project
git clone https://github.com/Ctrl-AltElite/TransposCipher.gitGo to the project directory
cd TransposCipherInstall dependencies (only instructions for linux)
sudo-apt install gcc makeCompile
makeRun Runner
./cipherRun Cracker
./crackerRunning the cipher runner with the -h argument will show you the possible alphabets to be used. By default the alphabet with id 2 is used. This includes all latin letters, lowercase and uppercase, without digits.

