This Python program decodes a string using a classical keyword cipher technique. It takes a keyword and a ciphered text as input and outputs the original message.
- Decodes a message using a keyword-based classical cipher.
- Removes duplicate letters from the keyword.
- Handles spaces in the ciphered text.
- Python 3.x
-
Clone the repository:
git clone https://github.com/yourusername/classical-cipher-decoder.git cd classical-cipher-decoder
-
Run main.py to get started!
- Add special character handling
- Add support for other ciphers