This project contains Python implementations of four simple cryptographic algorithms: The Caesar cipher The substitution cipher The Hill cipher The Playfair cipher For every implementation of a cipher, you can find example code using it in the corresponding ex_*.py file.