A super duper advanced cipher encoding and decoding tool built with Streamlit and Chepy.
- Encode/decode text using multiple cipher algorithms:
- Base64, Base32
- Morse code
- Hexadecimal
- ROT13, ROT47
- Binary
- Atbash
- Octal
- Charcode
- Fun and interactive CTF (Capture The Flag) challenges
- AI-powered cipher detection using Google Gemini AI
- Clone this repository
- Install dependencies using requirements.txt
- run using command:
streamlit run main.py