About the application:
Cross platform personal commandline encryption program. It runs in 2 modes:
-
Encryption mode: Whatever file is given as input, the same is encrypted, and saved with .wiz extension. You have to pass command line argument `-e' for operating in this mode.
-
Decryption mode: Files with .wiz extension are converted back into ordinary file. You have to pass command line argument `-d' for operating in this mode.
This tool is available as part of "The Joy of Unix in Windows Tool Bundle":
JRE 1.6 or above.
$ java -jar wizcrypt-XX-jar-with-dependencies.jar --help
[Note: `XX' to be substituted with the version number.]
$ java -jar wizcrypt-XX-jar-with-dependencies.jar -e -p mypwd *.jpg
$ java -jar wizcrypt-XX-jar-with-dependencies.jar -d -p mypwd *.jpg.wiz
