mihaifm / HIBPOfflineCheck

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

Removed protected flag from password status. #20

Closed homes32 closed 5 years ago

homes32 commented 5 years ago

Not sure if this was intentional or not, but the "pwned"/"secure" status text was being stored in a protected string, which defaults to showing Asterisks when the field is displayed with other plugins, such as KPEnhancedEntryView. Since the text is intended to be visible to the user and not designed to hold sensitive information the flag can be safely removed, allowing greater compatibility with other plugins/display methods.

mihaifm commented 5 years ago

I saw this a bit late, after updating the version. Not sure about it...any info about the password might be sensitive info, although in this case it's not such a big deal. I'll check KPEnhancedEntryView to see what's going on.