taulinger / ccrypt-j-cli

CLI for ccrypt compatible Java library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccrypt-j-cli

Build Status

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.

Usage

Prerequisites

 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

Building from source

Prerequisites

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

About

CLI for ccrypt compatible Java library

License:Apache License 2.0


Languages

Language:Java 100.0%