Skip to content

Commit

Permalink
docs corrections and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
oschonrock committed Dec 21, 2024
1 parent 93a1a48 commit 6e63112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@ Alternatively `--binfuse8-out` produces a 1GB file with a higher false positive

and then run a server
```bash
hibp-server --binfuse16-filter=hibp_binfuse16.bin
hibp-server --binfuse16-filter=hibp_binfuse16.bin
```
and then query with plain or 64bit hashed passwords
```bash
curl http://localhost:8082/check/binfuse8/password123
curl http://localhost:8082/check/plain/password123
curl http://localhost:8082/check/binfuse16/CBFDAC6008F9CAB4
```

#### Uninstall
Expand Down

0 comments on commit 6e63112

Please sign in to comment.