前言介紹
- 這款 WordPress 外掛「Better Passwords」是 2019-02-07 上架。
- 目前有 200 個安裝啟用數。
- 上一次更新是 2024-09-28,距離現在已有 216 天。
- 外掛最低要求 WordPress 4.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
pwned | better | security | passwords | HaveIBeenPwned |
內容簡介
這個外掛程式會將密碼的最小長度設置為 10 個字元,確保密碼足夠長,很難被猜到。 然而,它不強制執行任何複雜性規則,如數字和特殊字符,因為在使密碼難以猜測時,長度是最重要的。
此外掛程式使用 Troy Hunt 的 Pwned Passwords API ,以檢查使用者的潛在密碼是否匹配已被洩漏的密碼資料庫。
密碼本身永遠不會被發送到任何第三方,只會發送部分雜湊值,這意味著輸入的密碼將始終是私有的。
作為額外的好處,當在資料庫中存儲密碼時,此外掛程式還會升級使用的雜湊算法。這是使用 Bcrypt 或 Argon2 算法創建的安全單向雜湊。
原文外掛簡介
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.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Better Passwords」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.3 | 1.4 | 1.5 | 1.6 | 1.7 | 1.8 |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。