Skip to content

Commit

Permalink
Updated README to reflect that filter support is done
Browse files Browse the repository at this point in the history
  • Loading branch information
CKingX committed Jun 4, 2022
1 parent 271d8dd commit 8656120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ haveibeenpwned is a command-line application that uses [HaveIBeenPwned](https://
## Roadmap
- [x] Interactively check compromised password using HIBP API (requires internet)
- [x] Download password file using HaveIBeenPwned queries. This can be more up to date than downloading passwords directly from HaveIBeenPwned website. According to Troy Hunt, passwords from ingestions are not included since a password version release in the download version. However, querying the password does contain the ingested passwords
- [ ] Interactively check compromised password using filter
- [x] Interactively check compromised password using filter
- [x] Create filter (of 3 sizes) that allows you to query offline while consuming a fraction of the space. Does require existing downloaded password file (either from website or by using this tool) to create. However, downloadable filter files will eventually be provided.
- [ ] Check list of passwords in a file (using a filter) to see how many are compromised

Expand Down

0 comments on commit 8656120

Please sign in to comment.