Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
tamton-aquib committed Aug 7, 2022
1 parent dca820e commit 8161597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT"
edition = "2018"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8161597

Please sign in to comment.