mihaifm / HIBPOfflineCheck

Keepass plugin that performs offline and online checks against HaveIBeenPwned passwords
Other
317 stars 17 forks source link

[FR] Add reporting #43

Closed tbennett6421 closed 3 years ago

tbennett6421 commented 3 years ago

Would it be possible to add a entry under the Find menu to generate a report of entries that have been pwned? It would be nice to have a list of things that need to be addressed in a large password vault.

I mean I can find by password or look for identical features, but I can see that being a useful feature if feasible

mihaifm commented 3 years ago

Thanks for the suggestion, I will try to find a solution.

You can currently do a Search for all (just press Enter in the Search box) and then order by the "Have I been pwned" column. The problem with this approach is that it groups them by folder, so even if you order by the column you don't get all the pwned passwords at the top.

Your suggestion is better but I need to check if it's possible to implement.

strarsis commented 3 years ago

+1, and a warning with summary, similar to what Google Chrome does for hacked passwords.

mihaifm commented 3 years ago

Feature implemented: https://github.com/mihaifm/HIBPOfflineCheck/commit/8ff8db61cb9287fc66180ca40ecaacf0d40c128e

Check the latest release.

Sorry it took so long, not much time these days.