Skip to content

snmzcm/simpleCenc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dead Simple C encryptor / decyrptor

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.

Prerequisites

CS50 Library :

  git clone https://github.com/cs50/libcs50.git

OR

Simply use it on CS50 Sandbox

 https://sandbox.cs50.io/

Install

  1. CLONE REPO
    git clone https://github.com/snmzcm/simpleCenc.git

OR

2.Download as Zip

Usage

  1. Unzip it. 2.Compile with Clang
  2. To execute properly
  ./Cenc mod key
  
  Example:
  
  ./Cenc enc 7
 

mod = enc // encrpt mode , dec // decrypt mode key = an integer.

License / Lisans

Distributed under the MIT License. See LICENSE for more information.

İletişim / Contact

Alicemsonmez98@gmail.com

LinkedIn

About

Simple ASCII shifter written as first C program.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages