The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
This is a simple implementation of the Caesar Cipher encryption and decryption algorithm in Python and C++. The Caesar Cipher is a monoalphabetic substitution cipher that uses a fixed shift value to ...