Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed May 11, 2023
1 parent 096bb23 commit ad220e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zip-password-finder"
version = "0.6.4"
version = "0.7.0"
description = "Find the password of protected ZIP files"
authors = ["Arnaud Gourlay <[email protected]>"]
license = "Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ The design of this tool is described in details in the following blog articles:
- Brute force to generate all passwords for a given charset and a password length range

The available charsets for the password generation are:

```
l | abcdefghijklmnopqrstuvwxyz [a-z]
u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]
Expand Down

0 comments on commit ad220e7

Please sign in to comment.