Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 756 Bytes

File metadata and controls

36 lines (24 loc) · 756 Bytes

CC

Getting Started

Just a simple Cesar Cipher program in C.

Install

CC is installed by running this commands in your terminal:

$ git clone https://github.com/davidemonnati/cesarCipher.git
$ cd cesarCipher
$ make
$ sudo make install
$ cc

Uninstall

$ git clone https://github.com/davidemonnati/cesarCipher.git
$ cd cesarCipher
$ sudo make uninstall

Usage

USAGE: CC [OPTION] [SOURCE] [KEY] Example: CC -e file.txt 5

  • -e: Encrypt file
  • -d: Decrypt file
  • -h: Show help

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details