Skip to content

davidemonnati/cesarCipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Cesar Cipher program in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published