Add result of pwnd passwords as a number to the entries / is:weak search results #10891
stefan123t
started this conversation in
Ideas
Replies: 1 comment
-
|
If you get a hit on the HIBP results you should just change that password immediately. We won't store the results from HIBP in the database, a hit means you have a problem, address it now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I do like both the
is:weaksearch filter, as I can specify which columns to include in my list view.and the pwnd passwords under
';-- HIBPadded to theDatabase > Database Reports/ Ctrl+Shift+R and introduced with #4438.Examples
In the normal list view I can see and sort by the password strength but also by the password field itself.
Hence I can easily find any duplicate passwords.
I would like to have the results count from the HIBP report as a number in the normal list view.
I.e. when I run the HIBP report it returns some number of how frequently the password was used in leaks so far from the API:
So the password
passwordwith sha1sum prefix5baa6and remainder1E4C9B93F3F0682250B6CF8331B7EE68FD8appeared '10434003' times in HIBP password leaks.If these numbers would be stored as a pwnd score to the passwords in the database,
it could be easily shown afterwards as a separate column in the normal
is:weakfilter view.Adding the sha1sum prefix
5baa6as another column could also be used to check if passwords are duplicateswithout revealing / displaying the real password. But this is not a necessity.
Context
This can serve as a reminder that a password is likely insecure as it has been leaked to the public e.g. for password stuffing attacks.
Beta Was this translation helpful? Give feedback.
All reactions