WizCrypt
|
WizCrypt is an encryption library and command-line tool using RC4 encyption and MD5 hashing technologies. Cross-platform secrecy.
usage: command [OPTIONS] <FILES>
Where [OPTIONS] could be zero or more of the following
-f,--force-overwrite Overwrite the destination file(s) even if they exist
--version Display version
-d,--decrypt Decrypt mode
-e,--encrypt Encrypt mode
-h,--help Display Help
-p,--password Give password
-v,--verbose Verbose output
The commandline tool runs in two modes:
1. 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.
2. 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.
Requirements:
* Java
The license of this software is Freeware, you can free download and free use this file encryption software.