mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-01-01 00:30:17 -05:00
Check passwords against the HIBP online service (#4438)
* Fixes #1083 * Add online HIBP checker dialog to the database reports widget. Permission is requested from the user prior to performing any network operations. * The number of times a password has been found in a breach is shown to the user. * If no passwords are breached then a positive message is presented. * Source of HIBP icon: https://github.com/simple-icons/simple-icons/blob/develop/icons/haveibeenpwned.svg Authored-by: Wolfram Rösler <wolfram@roesler-ac.de> Co-authored-by: Jonathan White <support@dmapps.us>
This commit is contained in:
parent
464e49d329
commit
83ed9a8d4e
18 changed files with 949 additions and 12 deletions
|
|
@ -76,7 +76,7 @@ static const QString aboutContributors = R"(
|
|||
<li>fonic (Entry Table View)</li>
|
||||
<li>kylemanna (YubiKey)</li>
|
||||
<li>c4rlo (Offline HIBP Checker)</li>
|
||||
<li>wolframroesler (HTML Export, Statistics, Password Health)</li>
|
||||
<li>wolframroesler (HTML Export, Statistics, Password Health, HIBP integration)</li>
|
||||
<li>mdaniel (OpVault Importer)</li>
|
||||
<li>keithbennett (KeePassHTTP)</li>
|
||||
<li>Typz (KeePassHTTP)</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue