Linux 软件免费装
Banner图

Better Passwords

开发者 bettersecurity
riklewis
更新时间 2022年5月24日 05:45
PHP版本: 7.0 及以上
WordPress版本: 5.5
版权: GPLv3
版权网址: 版权信息

标签

security better passwords pwned haveibeenpwned hibp

下载

1.5 1.7 1.4 1.6 1.8 1.0 1.1 1.2 1.3

详情介绍:

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.