Command line interface for the ccrypt-j Java library for encrypting and decrypting files (https://github.com/chrsoo/ccrypt-j/) compatible with the ccrypt command line tool.
Prerequisites
- JRE/JDK 11 or later must be installed (https://adoptium.net/)
java -jar ccrypt-j-cli [-d <arg> | -e <arg> | -h] [-f] -d,--decrypt <arg> resource to decrypt (file or http) -e,--encrypt <arg> resource to encrypt (file) -f,--force overwrite existing file -h,--help print the help
Prerequisites
- JDK 11 or later must be installed (https://adoptium.net/)
- Maven 3 must be installed
Steps
- Clone the GitHub project:
git clone https://github.com/taulinger/ccrypt-j-cli
- Change to the git repository and run Maven:
mvn install
- compiled artifact
ccrypt-j-cli.jar
can be found under./target