From fe3745015ddd2d50183dc97eadf3ea672da1254f Mon Sep 17 00:00:00 2001 From: trivernis Date: Tue, 18 Feb 2020 20:48:46 +0100 Subject: [PATCH] Update README --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f914474..f6c3b51 100644 --- a/README.md +++ b/README.md @@ -1 +1,20 @@ -des-benchmarking +# destools + +Tools to encrypt and brute force decrypt with des. + +## Usage + +```sh +USAGE: + destools + +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) +``` \ No newline at end of file