The cipher.py program allows encrypting or decrypting any text using two classical cryptographic algorithms. It operates on its own extended alphabet (not the standard 26 letters), which allows ...
This project was born from a conversation. It started with a simple curiosity about how the Vigenère cipher hides text and quickly evolved into a deep dive into algorithmic thinking, data structures, ...