CLI file encryption and decryption utility.
This is currently not finished. Thus, some functionality may be broken or buggy.
Java Runtime Environment 8 or later
Java Development Kit 8 or later
Ensure the build script is marked as executable. This should only need to be done once.
chmod +x build.sh
Once the script is marked executable, run it to build the program.
./build.sh
java -jar bin/encrypt.jar [ARGUMENTS]
Run the program with the flag --help or -h for usage information.