Docs.rs
  • cipher_identifier-0.2.0
    • cipher_identifier 0.2.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • bee-san
    • Dependencies
      • clap ^4.4 normal
      • colored ^2.0 normal
      • lazy_static ^1.4 normal
      • prettytable-rs ^0.10 normal
      • regex ^1.9 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • tempfile ^3.8 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cipher_identifier0.2.0

Crate Items

  • Structs
  • Functions
  • Type Aliases

List of all items

Structs

  • benchmark::CipherTestCase
  • cipher_analyzer::CipherAnalyzer
  • cipher_analyzer::CliArgs
  • models::cipher_type::CipherType

Functions

  • benchmark::benchmark
  • benchmark::run_benchmark
  • cipher_analyzer::main
  • identify_cipher::get_cipher
  • identify_cipher::identify_cipher
  • models::cipher_type::get_cipher_primary_type
  • models::cipher_type::load_cipher_types
  • statistical_tests::all_stats::get_all_stats
  • statistical_tests::binary_random::get_binary_random
  • statistical_tests::dic::get_dic
  • statistical_tests::edi::get_even_dic
  • statistical_tests::ioc::get_ioc
  • statistical_tests::ldi::get_ldi
  • statistical_tests::lr::get_lr
  • statistical_tests::mic::get_max_periodic_ic
  • statistical_tests::mka::get_kappa
  • statistical_tests::rod::get_rod
  • statistical_tests::sdd::get_sdd
  • statistical_tests::shannon_entropy::get_shannon_entropy
  • statistical_tests::utils::convert_string
  • statistical_tests::utils::has_digits
  • statistical_tests::utils::has_hash

Type Aliases

  • identify_cipher::CipherScore
  • models::cipher_type::CipherTypes
  • statistical_tests::all_stats::StatsResults