Simple terminal program that applies an insecure Vigenère cipher on STDIN and send results to STDOUT
Run the following commands:
cd Release
make all && make testThis will create a program called vigcipher and execute test.sh in the scripts directory. If all the tests pass, you should be good to go. A good start would be to read the help by running:
./vigcipher --help