Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ransomware3301/caesar_cypher_algorithm

C program that implements the Caesar Cypher encryption and decryption algorithms
https://github.com/ransomware3301/caesar_cypher_algorithm

Last synced: 15 days ago
JSON representation

C program that implements the Caesar Cypher encryption and decryption algorithms

Awesome Lists containing this project

README

        

# caesar_cypher_algorithm

C program that implements the Caesar Cypher encryption and decryption algorithms




Caesar Cypher is an ancient encryption scheme that is based solely on the displacement of each character $x$ with its encrypted correspondant $x + n$, where $n$ is the _key_ a.k.a. the number of positions to shift the character $x$.




Example:


**Cyphertext**: "gur creeva cntrf jvyy uryc lbh svaq lbhe pnyyvat ohg qbag or qhcrq phg qbja gur jbbqf gurl or reqbf"

**Plaintext**: "the perrin pages will help you find your calling but dont be duped cut down the woods they be erdos"

_(from "Mr. Robot" (Season 2, Episode 11))_