andrew-schofield / keepass2-haveibeenpwned

Simple Have I Been Pwned checker for KeePass
MIT License
423 stars 24 forks source link

HaveIbeenPwned API breaks the plugin #82

Closed panosladas closed 4 years ago

panosladas commented 4 years ago

This great plugin doesn't seem to be working anymore when the API needs to be used. Does anyone recommend any solution to this issue?

jakob-ledermann commented 4 years ago

In my observation the check with HIBP domain and password should work fine. The check with username was broken with the transition to API-Version 3.

If you mean the API changes on HIBP to Version 3 you can try to download the plgx from my pull request #83 , especially if you already have a valid api key, as I was unable to test with a working api Key. I think you can find further details in #80 as it started to discuss the issue before the changes went live.

andrew-schofield commented 4 years ago

Fixed in #83