| LOW | images/repomix-output.txt | 101 | # |
| LOW | images/repomix-output.txt | 121 | # Set PlaybackSpeed <float> Set the playback speed of the recording |
| LOW | images/repomix-output.txt | 141 | # Down[@<time>] [number] Press the Down key |
| LOW | images/repomix-output.txt | 181 | # Require <string> Ensure a program is on the $PATH to proceed |
| LOW | images/repomix-output.txt | 201 | # |
| LOW | docs/wordlist.md | 141 | |
| LOW | docs/wordlist.md | 161 | /// 1. Memory mapping (unsafe { Mmap::map(&file) }): |
| LOW | docs/changes/wordlist.md | 141 | |
| LOW | docs/changes/wordlist.md | 161 | /// 1. Memory mapping (unsafe { Mmap::map(&file) }): |
| LOW | .github/workflows/release.yml | 1 | # Copyright 2022-2023, axodotdev |
| LOW | .github/workflows/release.yml | 21 | contents: write |
| LOW | src/lib.rs | 21 | /// # Examples |
| LOW | src/lib.rs | 61 | decoders::interface::Decoder, |
| LOW | src/lib.rs | 81 | /// // The DecoderResult contains the text and the path |
| LOW | src/checkers/checker_type.rs | 1 | /// Checker_type is a type used to define checkers |
| LOW | src/checkers/checker_type.rs | 21 | pub tags: Vec<&'static str>, |
| LOW | src/config/mod.rs | 21 | /// ``` |
| LOW | src/config/mod.rs | 41 | #[serde(default)] |
| LOW | src/config/mod.rs | 161 | /// |
| LOW | src/config/mod.rs | 241 | /// Uses memory mapping for large files to improve performance and memory usage |
| LOW | src/filtration_system/mod.rs | 41 | |
| LOW | src/cli/first_run.rs | 21 | /// Used for general information and status updates |
| LOW | src/cli/first_run.rs | 41 | /// |
| LOW | src/cli/first_run.rs | 61 | /// # Arguments |
| LOW | src/cli/first_run.rs | 201 | } |
| LOW | src/cli/mod.rs | 21 | text: Option<String>, |
| LOW | src/cli/mod.rs | 41 | /// Opens a file for decoding |
| LOW | src/searchers/helper_functions.rs | 141 | (c.is_control() && c != '\n' && c != '\r' && c != '\t') || !c.is_ascii() |
| LOW | src/searchers/helper_functions.rs | 201 | } |
| LOW | src/searchers/search_node.rs | 1 | ///! This is the struct used to design what a search node looks like. |
| LOW | src/searchers/mod.rs | 21 | /// This module provides access to the breadth first search |
| LOW | src/searchers/astar.rs | 1 | //! # A* Search Implementation for Decoding |
| LOW | src/searchers/astar.rs | 21 | //! - f = g + h |
| LOW | src/searchers/astar.rs | 81 | hasher.finish().to_string() |
| LOW | src/searchers/astar.rs | 421 | /// ## Execution Order |
| LOW | src/searchers/bfs.rs | 101 | |
| LOW | src/cli_pretty_printing/mod.rs | 1 | //! CLI Pretty Printing Module |
| LOW | src/cli_pretty_printing/mod.rs | 41 | /// |
| LOW | src/cli_pretty_printing/mod.rs | 101 | ); |
| LOW | src/cli_pretty_printing/mod.rs | 181 | /// * `role` - Optional role to determine color choice. If None, uses statement color |
| LOW | src/cli_pretty_printing/mod.rs | 201 | |
| LOW | src/cli_pretty_printing/mod.rs | 221 | /// # Arguments |
| LOW | src/cli_pretty_printing/mod.rs | 241 | fn error(text: &str) -> String { |
| LOW | src/cli_pretty_printing/mod.rs | 261 | /// This function handles the presentation of decoded text, including special |
| LOW | src/cli_pretty_printing/mod.rs | 381 | /// * `description` - Description of why this might be plaintext |
| LOW | src/decoders/base58_bitcoin_decoder.rs | 21 | /// use ciphey::decoders::base58_bitcoin_decoder::{Base58BitcoinDecoder}; |
| LOW | src/decoders/base91_decoder.rs | 21 | /// use ciphey::decoders::base91_decoder::{Base91Decoder}; |
| LOW | src/decoders/caesar_decoder.rs | 21 | /// The struct generated by new() comes from interface.rs |
| LOW | src/decoders/interface.rs | 1 | use crate::checkers::CheckerTypes; |
| LOW | src/decoders/interface.rs | 81 | /// Get the name of the current decoder |
| LOW | src/decoders/brainfuck_interpreter.rs | 1 | //! Run a brainfuck program and return its output |
| LOW | src/decoders/brainfuck_interpreter.rs | 21 | /// use ciphey::decoders::interface::{Crack, Decoder}; |
| LOW | src/decoders/base58_monero_decoder.rs | 21 | /// use ciphey::decoders::base58_monero_decoder::{Base58MoneroDecoder}; |
| LOW | src/decoders/base58_flickr_decoder.rs | 21 | /// use ciphey::decoders::base58_flickr_decoder::{Base58FlickrDecoder}; |
| LOW | src/decoders/base64_decoder.rs | 21 | /// ``` |
| LOW | src/decoders/reverse_decoder.rs | 1 | //! Reverses the input string |
| LOW | src/decoders/mod.rs | 1 | //! This module contains all the code for decoders |
| LOW | src/decoders/base32_decoder.rs | 21 | /// ``` |
| LOW | src/decoders/a1z26_decoder.rs | 21 | popularity: 0.5, |
| LOW | src/decoders/z85_decoder.rs | 21 | /// use ciphey::decoders::z85_decoder::{Z85Decoder}; |
| 3 more matches not shown… |