https://github.com/irpcode/c-cypher
https://github.com/irpcode/c-cypher
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/irpcode/c-cypher
- Owner: IRPCode
- Created: 2024-02-01T17:40:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T04:39:21.000Z (over 2 years ago)
- Last Synced: 2025-02-10T01:49:45.259Z (over 1 year ago)
- Language: C
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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