Encrypts and decrypts between plaintext and ciphertext using a variant of the VIC cipher.
Work on this project started on January 2012 and stopped on January 2014. Although the application is fully functional, no support was added for storing the data to a file.
Java 6 or later is required to run this program.
You can install this program in one of two ways:
-
Runnable jar file:
Just downloadrunnable.jar
and run it. Nice and simple. -
Eclipse:
Clone the entire directory into your Eclipse workspace. Open Eclipse. Here's how you can start the Import the Eclipse Project wizard:
File -> Import -> General -> Existing Projects into Workspace
Browse for where you cloned the directory to fill in the "Search root directory" field and click Finish.
Enjoy!