Expand description
Ares is an automatic decoding and cracking tool. https://github.com/bee-san/ares
Modules§
- checkers
 - Checkers is a module that contains the functions that check if the input is plaintext
 - cli
 - CLI Arg Parsing library
 - cli_
pretty_ printing  - CLI Pretty Printing module for consistent output formatting
 - config
 - The Config module enables a configuration module Like a global API to access config details
 - decoders
 - 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.rsdefines 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. - storage
 - Storage module for dictionaries and invisible characters
 
Structs§
- Decoder
Result  - DecoderResult is the result of decoders
 
Functions§
- perform_
cracking  - The main function to call which performs the cracking.