A simple, command-line tool for encrypting and decrypting text using the Monoalphabetic Substitution Cipher. This project is intended for educational purposes to demonstrate a basic cryptographic ...
A Python implementation of a classical cryptographic technique that encrypts and decrypts text using a randomly generated monoalphabetic substitution key. This project was built to strengthen ...