This repository contains various substitution ciphers coded in Python.
The aim of this project is to learn both basic cipher algorithms and Python.
I will be documenting implementations of some of the ciphers on GeeksForGeeks in the form of technical articles as a part of my summer internship.
This repository contains the implementations of the following ciphers.
- Caeser Cipher - Read my article on its special case ROT13
- Atbash Cipher - Read my article on Atbash Cipher
- Baconian Cipher - Read my article on Baconian Cipher
- Morse Code Translator - Read my article on Morse Code Translator In Python
- Vigenère Cipher - Read explaination for this on Vigenère Cipher
- Affine Cipher - Read explaination for this on Affine Cipher
- Beaufort Cipher
The rest of the ciphers are still in pipeline.
by Palash Nigam