Crate ares

source ·
Expand description

Ares is an automatic decoding and cracking tool. https://github.com/bee-san/ares

Modules

  • Checkers is a module that contains the functions that check if the input is plaintext
  • CLI Arg Parsing library
  • The CLI Pretty Printing module contains the functions that print the results
  • The Config module enables a configuration module Like a global API to access config details
  • Decoders are the functions that actually perform the decodings. This module contains all the code for decoders Think of a decoder as a decryption method that doesn’t require a key The interface.rs defines what each decoder looks like. Once you have made a decoder you need to add it to the filtration system’s mod.rs file you will also need to make it a public module in this file.

Structs

Functions