A lightweight Python utility for encoding and decoding data between String, Base64, and Hex formats. Data transformation is a core part of CTF "Misc" and "Forensics" categories.
- Robust Decoding: Includes error handling for malformed input strings.
- Bi-directional: Easily switch between encoding for payloads and decoding for flags.
- Clean Interface: Simple menu-driven CLI.
- Run the script:
python converter.py