
Password Leak Monitor 作者: mathiscode
An addon for automatically and securely checking used passwords against known leaked passwords
46 个用户46 个用户
扩展元数据
关于此扩展
A browser addon that automatically monitors all passwords used and alerts you if it has been included in any data breaches.
How is this safe?
Your passwords are NEVER transmitted to any other system. This addon makes use of the haveibeenpwned API, which implements a k-Anonymity Model so your password can be checked without ever having to give your password to any other party.
How does it work?
It's a fairly simple extension: for every password you enter, a call is made to Have I Been Pwned with the first five characters of your hashed password. A list of potential matches is returned, and the addon determines if your hashed password matches any of the compromised hashes.
How is this safe?
Your passwords are NEVER transmitted to any other system. This addon makes use of the haveibeenpwned API, which implements a k-Anonymity Model so your password can be checked without ever having to give your password to any other party.
How does it work?
It's a fairly simple extension: for every password you enter, a call is made to Have I Been Pwned with the first five characters of your hashed password. A list of potential matches is returned, and the addon determines if your hashed password matches any of the compromised hashes.
评分 4(1 位用户)
权限与数据详细了解
必要权限:
- 向您显示通知
- 获取浏览器标签页
- 访问您在所有网站的数据
更多信息