Implemented using Java 1.8 SDK. Requires com.microsoft.sqlserver.jdbc.SQLServerDriver to be installed in your PATH to execute.
A link to the report can be found here: https://docs.google.com/document/d/1Tgl5qpqXgr8-uGcsuTZVEgGIXlDPkDxGqvfEcX6I26s/edit?usp=sharing
There is a makefile included for those who wish to fork the code and execute locally.
- Navigate to the directory with the project files
- Type "make all"
- Type "java Crypto"
If you would like to attempt solutions for your own shift/anagram files, either update the included .txt files in the directory, or add new .txt files to the same locale as the others. The system is already configured to prepend the current user directory to the file path, so when typing in file names, only the name and extension is needed, such as "shift.txt" (sans quotations).
- Matthew Neal - [email protected]
- Loren Jones - [email protected]