GDSC-AUM / OpenOcto-DSA

Data Structures and Algorithms implemented in C++
MIT License
5 stars 23 forks source link

Add cipher solutions with C++ #32

Closed bhantsi closed 3 years ago

bhantsi commented 3 years ago

What was changed?

Checklist

Program Request

Documentation Update

Notes: These solutions use Caesar Cipher Algorithm to encrypt/decrypt plain text. It is a type of substitution cipher in which each letter in the plaintext is replaced by a letter with a fixed number of positions down the alphabet.