This Python script is a lightweight text decoder/decryption utility, inspired by CyberChef, for use in CTF challenges, forensics, and everyday decoding tasks.
It attempts to automatically detect and decode a variety of common text encodings and encryption formats.
- Auto-detects and decodes:
- Base64
- Hexadecimal
- ROT13
- ASCII code lists
- URL encoding
- Binary
- Friendly error handling
- Easily extendable with custom decryption logic
git clone https://github.com/NeonTechno/Text-Decryption.git
cd Text-Decryption