Simple ASCII shifter written as first C program. Enter your words, enter a key(int) shifts it as much as your value of the key. I used CS50 library just because of i made this project while attending CS50 Classes.
CS50 Library :
git clone https://github.com/cs50/libcs50.gitOR
Simply use it on CS50 Sandbox
https://sandbox.cs50.io/
- CLONE REPO
git clone https://github.com/snmzcm/simpleCenc.git
OR
2.Download as Zip
- Unzip it. 2.Compile with Clang
- To execute properly
./Cenc mod key
Example:
./Cenc enc 7
mod = enc // encrpt mode , dec // decrypt mode key = an integer.
Distributed under the MIT License. See LICENSE for more information.
Alicemsonmez98@gmail.com