π Code

Classical cipher cryptanalysis toolkit β Break historical ciphers with statistical attacks.
βΆοΈ Lancer lβapplication

π Features
- VigenΓ¨re Cipher β Kasiski examination, index of coincidence
- Beaufort Cipher β Reciprocal cipher analysis
- Caesar Cipher β Frequency analysis, brute force
- XOR Cipher β Known plaintext, crib dragging
- Base64 β Encoding/decoding utilities
- Dictionary Validation β Verify plaintext against word lists
- Web Workers β Background processing for large texts
π οΈ Tech Stack
- Pure HTML/CSS/JavaScript
- Web Workers for parallel computation
- Frequency analysis algorithms
- No external dependencies
π Usage
- Open `index.html` in your browser
- Paste your ciphertext
- Select the suspected cipher type
- Click Analyze to run attacks
- Review candidate plaintexts
π Techniques Implemented
- Frequency Analysis β Letter distribution comparison
- Index of Coincidence β Key length estimation
- Kasiski Examination β Repeated sequence analysis
- Dictionary Attack β Plaintext validation
- Chi-squared Test β Statistical fitness
π License
MIT
π€ Author
Eric PERRET β GitHub