A Python-based cryptanalysis tool designed to decrypt polyalphabetic substitution ciphers, including Caesar cipher variants. This tool performs automated decryption attempts using frequency analysis and pattern recognition.
- π Automated cipher detection
- π Frequency analysis
- π― Multiple decryption strategies
- π Confidence scoring for results
- π Fast processing for large texts
git clone https://github.com/albert3661/PolyCipherDecryptor.git
cd PolyCipherDecryptor
python decryptor.py -i encrypted_text.txt- Python 3.x
- Cryptanalysis algorithms
- Statistical analysis
MIT License