mihaifm / HIBPOfflineCheck

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

Set Status field as unprotected #35

Closed homes32 closed 5 years ago

homes32 commented 5 years ago

When setting the field/column HIBP is storing the pwned status as a protected string. This is a bit counter productive as it hides the breach status (which in and of itself does not contain the password) behind asterisks **. What good is it to check the breach status if you can't see the result without extra effort?

This mainly affects views that don't use the standard "Column" view (which defaults to unmasking the field.). Such as the text view (and plugins that make use of the text view) and plugins such as EnhancedKeepassEntryView that provide alternate views/layouts.

Examples:

EnhancedEntryView Plugin 2019-07-31_11-46-36

Keepass Text View 2019-07-31_11-46-55

Other plugin using text view 2019-07-31_11-47-29