Just a simple Cesar Cipher program in C.
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
$ git clone https://github.com/davidemonnati/cesarCipher.git
$ cd cesarCipher
$ sudo make uninstall
USAGE: CC [OPTION] [SOURCE] [KEY] Example: CC -e file.txt 5
- -e: Encrypt file
- -d: Decrypt file
- -h: Show help
- Davide Monnati - Initial work - davidemonnati
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details