Better Passwords
Better Passwords
Description
This plugin sets a default minimum password length of 10 characters, to ensure that passwords are suitably long that they are hard to guess. However, it does not insist on any complexity rules, such as digits and special characters, as length is the most important thing when making a password hard to guess.
This plugin uses Troy Hunt’s Pwned Passwords API in order to check a user’s potential password against a corpus of breached passwords.
The password itself is never sent to any third party, only a partial hash is sent. This means that the password entered will always be private.
As an added bonus, this plugin also upgrades the hashing algorithm used when storing your password in the database. This is a secure one-way hash created using the Bcrypt or Argon2 algorithm.
Reviews
Perfect for my needs
By Rik Lewis (riklewis) on September 28, 2024
Perfect for my needs, as it doesn't attempt to enforce overly complex password rules, it just allows me to set a minimum length, and checks new passwords against Have I Been Pwned to make sure it's not been previously included in a breach. Can also store passwords using stronger hashing algorithms than the WordPress default.
Simple and Powerful
By RayBernard on November 15, 2020
Recommended plugin
By Robert Seyfriedsberger (harmr) on July 28, 2019