Encryptor

Encryptor is a set of encryption algorithms that comes along with a dedicated CLI which allows you to encrypt/decrypt files and extract/save the key automatically.

Requirements

  • Maven 4.0

Setup

Run mvn package from the root folder to build a self-contained executable jar.

Running

Run java -jar target/encryptor-1.0-SNAPSHOT-jar-with-dependencies.jar from the root foler to run the CLI.