A simple Caesar cipher decryption tool with auto-detection and English scoring.
- Decrypt Caesar cipher text with a known and unknown shift
- Auto-detect shift using brute-force and frequency analysis
- Simple, user-friendly UI with simple Django backend
- Input your ciphertext.
- Provide a shift if you know it (optional).
- Get decrypted text and all possible shifts.
- Django
- NLTK + PyEnchant (for English scoring)
MIT