Description
Protect your WordPress site’s users from using breached passwords!
With Forbid Pwned Passwords, your site’s users will receive errors if they attempt to set their password to one found in a known breach, forcing them to choose a new one.
This can help to mitigate credential stuffing attacks against your site and its users.
This plugin makes use of Troy Hunt’s Have I Been Pwned? API. Using k-anonymity methods, only a partial SHA-1 hash of the password
is sent to the API in order to produce a list of hashes for local testing. This means no passwords are ever sent to third parties.
You can learn more about the Have I Been Pwned API here.
Reviews
Contributors & Developers
“Forbid Pwned Passwords” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Forbid Pwned Passwords” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1.1
- Improved error handling in the event of an API failure.