CPS 109 - Computer Science Course Project
This application allows you to Decrypt text using a combination of a Substitution Cipher and a columnar Transposition Cipher algorithms.
Compile the java file and run it using the following commands in the terminal:
javac Decrypt.java
java Decrypt [key] [input file] [output file]