Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junderw committed Nov 10, 2023
1 parent 83529a0 commit 47c01cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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 = "hibp_downloader"
version = "1.0.3"
version = "1.1.0"
license = "MIT"
authors = [
"Jonathan Underwood <[email protected]>"
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ Options:
--workers <WORKERS> The number of workers to use for requests [default: NUM_CPU]
--multiplier <MULTIPLIER> The number of requests per worker [default: 128/NUM_CPU]
-n, --ntlm Download NTLM hashes instead of SHA1 hashes
--output-file <OUTPUT_FILE> The file where the output will be written.
This file will be sorted by hash. [default: ./hibp_password_hashes.txt]
--output-path <OUTPUT_PATH> The file or folder where the output will be written.
Defaults to a single file that writes all hashes to one file.
If an existing directory is chosen, it will save the downloaded data
as-is to files name ${THISVAR}/00000 to ${THISVAR}/FFFFF.
This means each row in each file will be missing the first 5 characters.
When using a directory, it must be empty. [default: ./hibp_password_hashes.txt]
-h, --help Print help
-V, --version Print version
```
Expand Down

0 comments on commit 47c01cd

Please sign in to comment.