Encrypt and Decrypt data with DES
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trivernis 5ca4be142d Add [broken] multithreading 4 years ago
src Add [broken] multithreading 4 years ago
.gitignore Initial single threaded application 4 years ago
Cargo.lock Add [broken] multithreading 4 years ago
Cargo.toml Add [broken] multithreading 4 years ago
README.md Update README 4 years ago

README.md

destools

Tools to encrypt and brute force decrypt with des.

Usage

USAGE:
    destools <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    create-dictionary    Create a dictionary rainbow-table from a txt file
    decrypt              Decrypt a DES encoded file
    encrypt              Encrypt a file with des
    help                 Prints this message or the help of the given subcommand(s)