From 8161597346b7d1657bd8d7d16b2b577592555580 Mon Sep 17 00:00:00 2001 From: tamton-aquib Date: Sun, 7 Aug 2022 22:55:40 +0530 Subject: [PATCH] updating version --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f2b508..7800d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "A command-line program to bruteforce zips, pdfs and some popular homepage = "https://github.com/tamton-aquib/veldora" repository = "https://github.com/tamton-aquib/veldora" documentation = "https://docs.rs/veldora" -version = "0.2.0" +version = "0.2.1" authors = ["tamton-aquib "] license = "MIT" edition = "2018" diff --git a/README.md b/README.md index c856aa8..33a0d61 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,6 @@ veldora secure.pdf ~/Downloads/password_list.txt - [x] Add to crates.io - [ ] Add support for other filetypes like rar. - [ ] Add more hashtypes (bcrypt, whirpool, etc) +- [ ] Add tests for each. - [ ] hash mode breaking for zip and pdf. (would get super fast) - [ ] Solve unicode error when reading some password lists.