Crate cipher_identifier

Source
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