An open API service indexing awesome lists of open source software.

https://github.com/irpcode/c-cypher


https://github.com/irpcode/c-cypher

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This program takes an input file that is designated in the code, and passes it off to another class that cyphers the code using a simple cyphering algorithm.
The algorithm is based off of a key between the values one and ten that the user enters at the start of the program.

The intention of the program is to show safe C programming practices, and to show a simple application of C.

Here is an example of the program running:

![CypherExampleC](https://github.com/IRPCode/C-Cypher/assets/149165168/34700968-5892-4182-9e9c-d4eba44d3869)

NOTE: The program can properly handle errors that are thrown at it, such as failing to read or write files.