project_ares 0.12.0

Automated decoding tool, Ciphey but in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# What is this?


Storage is a module which deals with storing things. In the life time of Ares, we'll want to:
* Store word lists
* Dictionaries
* Crack results, keys, what the plaintext is
* Other language dictionaries


And more. Storage is a way to access this information, handling errors and caching them to speed up the program.