[WordPress] 外掛分享: WP Modern Password Hashing

首頁外掛目錄 › WP Modern Password Hashing
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
200+
安裝啟用
尚無評分
2724 天前
最後更新
問題解決
WordPress 3.9.2+ PHP 5.2.4+ v1.0.1 上架:2018-09-30

內容簡介

為了支援更廣泛的 PHP 版本,WordPress 選擇使用 PHPASS(一個可攜式密碼哈希函式庫),預設使用基於 MD5 的哈希值來進行密碼哈希。

可以使用現代的密碼哈希算法(例如 PHP 5.5+ 的 BCRYPT 或 PHP 7.2+ 的 ARGON2I)來提高密碼哈希的安全性。

這個外掛旨在透過使用 PHP 5.5 的 password_hash() 函式和 BCRYPT 算法,提高哈希密碼的安全性,同時也支援新的 ARGON2I 算法。

當 password_hash() 不可用時,本外掛將使用 PHPASS 來提供擴展支援,並相較於 WordPress 的預設值,提供更高的安全性。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP Modern Password Hashing」→ 直接安裝(推薦)

原文外掛簡介

For legacy support with a wider range of PHP versions, WordPress opts to use PHPASS (a portible password hashing library) which WordPress defaults to using a MD5 based hash.
The security of your password hashes can be improved by using a modern password hashing algorithm, such as BCRYPT for PHP 5.5+ or ARGON2I for PHP 7.2+
This plugin aims to improve the security of the hashed passwords by using PHP 5.5’s password_hash() function and the BCRYPT algorithm but also supports the newer ARGON2I algorithm.
For extended support when password_hash() is not available this plugin will fallback to using PHPASS with additional security when compared to the WordPress defaults.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon