Video Demo: <URL HERE>
Alphanumeric Encoder / Decoder is a bidirectional translator that encodes and decodes text combining ROT13 logic with alphanumeric and symbolic representations.
- Bidirectional translation: Alphabetic → Alphanumeric and Alphanumeric → Alphabetic
- ROT13 cipher for letters, ROT5 for digits
- Encodes punctuation, math operators, and powers of ten
- Distinguishes uppercase and lowercase letter
- Text-based interface running in the terminal
- Clone the repository:
git clone https://github.com/lucasDebugDude/alphanumeric.git cd alphanumeric - Run the application:
python alphanumeric.py
- Choose an option:
- Type
1to encode a message. - Type
2to decode a message. - Type
3to exit the program.
- Type
- Follow on-screen prompts to input and receive output
This project is licensed under the MIT License. See the LICENSE file for details.
Created by Lucas Lopes.