Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 508 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 508 Bytes

Crypto-Manager

File and String encryption command line tool

Installation

  1. Compile the executable using the Make command

  2. Add the executable to your path

make

Usage

crypto-manager [OPTION]... [FILE]...

Encrypt or decrypt FILE using AES encryption.

-e, --encrypt encrypt FILE
-d, --decrypt decrypt FILE
-h, --help print this help message and exit
-v, --version print version and exit

Report bugs to Jacob411/Crypto-Manager - Issues.