Expand description
Cipher Identifier Library
A library for identifying classical ciphers based on statistical analysis of ciphertext. It calculates various statistical metrics and compares them against known patterns for different cipher types to determine the most likely cipher used.
Re-exports§
pub use cipher_analyzer::CipherAnalyzer;
pub use cipher_analyzer::CliArgs;
pub use identify_cipher::get_cipher;
pub use identify_cipher::identify_cipher;
pub use models::cipher_type::CipherType;
Modules§
- benchmark
- Benchmark Module
- cipher_
analyzer - Cipher Analyzer Module
- identify_
cipher - Cipher Identification Module
- models
- Models module
- statistical_
tests - Statistical Tests Module