Releases: agourlay/zip-password-finder
Releases · agourlay/zip-password-finder
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
What's Changed
- migrate to new zip2 crate
- contribute AES info extractor upstream zip-rs/zip2#143
- fix publishing to
crates.io
by getting off fork (#46) - slightly improve performance via LTO fat
- improve error messages
Full Changelog: v0.7.0...v0.8.0
0.7.0
The charset selection interface is now similar to Hashcat for more flexibility.
l | abcdefghijklmnopqrstuvwxyz [a-z]
u | ABCDEFGHIJKLMNOPQRSTUVWXYZ [A-Z]
d | 0123456789 [0-9]
h | 0123456789abcdef [0-9a-f]
H | 0123456789ABCDEF [0-9A-F]
s | «space»!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~
What's Changed
- gitignore: allow
target
to be a symlink by @mathstuf in #70 - Rework charset to support combining charsets by @Lucky2307 in #68
New Contributors
- @mathstuf made their first contribution in #70
- @Lucky2307 made their first contribution in #68
Full Changelog: v0.6.4...v0.7.0
0.6.4
Improvements
- Add
fileNumber
argument #64 by @Yesterday17 - Provide ARM 64 binaries
Dependency updates
- Bump clap from 4.1.4 to 4.1.5 by @dependabot in #50
- Bump clap from 4.1.5 to 4.1.6 by @dependabot in #51
- Bump clap from 4.1.6 to 4.1.8 by @dependabot in #53
- Bump crossbeam-channel from 0.5.6 to 0.5.7 by @dependabot in #52
- Bump thiserror from 1.0.38 to 1.0.39 by @dependabot in #55
- Bump clap from 4.1.8 to 4.1.9 by @dependabot in #56
- Bump clap from 4.1.9 to 4.1.11 by @dependabot in #57
- Bump thiserror from 1.0.39 to 1.0.40 by @dependabot in #58
- Bump clap from 4.1.11 to 4.1.13 by @dependabot in #59
- Bump clap from 4.1.13 to 4.1.14 by @dependabot in #61
- Bump clap from 4.1.14 to 4.2.0 by @dependabot in #62
- Bump clap from 4.2.0 to 4.2.1 by @dependabot in #63
- Bump crossbeam-channel from 0.5.7 to 0.5.8 by @dependabot in #66
- Bump clap from 4.2.1 to 4.2.2 by @dependabot in #67
Full Changelog: v0.6.3...v0.6.4