mozilla / blurts-addon

Mozilla Public License 2.0
5 stars 8 forks source link

alerts users of breached passwords entered into password fields #142

Open groovecoder opened 5 years ago

groovecoder commented 5 years ago

When a user enters a password into a password field, check if the password is in a breach with the Pwned Passwords API, and show an alert if the password has been breached.

Just like https://www.passprotect.io/ does in Chrome.