Skip to content

Latest commit

Β 

History

History
14 lines (11 loc) Β· 528 Bytes

File metadata and controls

14 lines (11 loc) Β· 528 Bytes

Base64 & Hex Multi-Tool

πŸ“ Description

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.

✨ Features

  • 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.

πŸš€ How to Run

  1. Run the script:
    python converter.py