From 865612067efb2c624343bf6837f98a3bad07e944 Mon Sep 17 00:00:00 2001 From: CKingX Date: Sat, 4 Jun 2022 11:43:29 -0700 Subject: [PATCH] Updated README to reflect that filter support is done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c994beb..817176d 100644 --- a/README.md +++ b/README.md @@ -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