內容簡介
請注意,我現在已經停止使用 WordPress,並且沒有計劃繼續更新我的外掛程式。如果有人考慮fork這個專案,現在是執行的好時機。
Semisecure Login Reimagined 透過公鑰和私鑰加密的組合,在用戶登錄時在客戶端加密密碼,從而增加登錄過程的安全性。加密需要使用 JavaScript。當 SSL 不可用時,此外掛對於希望採取一些額外的安全措施而不會牺牲方便性的管理員最為有用。
此外掛是原始 Semisecure Login(使用單向MD5哈希)的“重新想象”,該版本與 WordPress 使用的新 phpass 哈希密碼兼容,同時兼容舊版(WordPress 2.5 之前)的 MD5 哈希密碼。理論上,它也可以與任何其他哈希算法一起使用(因為此外掛僅在過程中添加額外的層,而不是嘗試驗證任何東西本身)。
請確保 PHP 已編譯支持 openssl,這是大多數主機的標準選項。
其他信息
一般來說...
Semisecure Login Reimagined 3.2.x 已經測試適用於:
WP 3.1.x
PHP 4.3.x – 5.3.x
Semisecure Login Reimagined 3.1.x 已經測試適用於:
WP 2.8.x – 3.0.x
PHP 4.3.x – 5.3.x
Semisecure Login Reimagined 3.0.x 已經測試適用於:
WP 2.7.x – 2.9.x
PHP 4.3.x – 5.3.x
Semisecure Login Reimagined 2.x 已經測試適用於:
WP 2.2.x – 2.8.x
PHP 4.2.x – 5.2.x
Semisecure Login Reimagined 1.x 已經測試適用於:
WP 2.1.x – 2.7.x
PHP 4.3.x – 5.2.x
**請參閱每個版本的 readme.txt 文件以獲取更具體的信息。
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
Please note that I’ve moved away from WordPress for the time being. I have no plans to continue updating my plugins. If someone was thinking of forking this project, now would be the time.
Semisecure Login Reimagined increases the security of the login process by using a combination of public and secret-key encryption to encrypt the password on the client-side when a user logs in. JavaScript is required to enable encryption. It is most useful for situations where SSL is not available, but the administrator wishes to have some additional security measures in place without sacrificing convenience.
This plugin is a “re-imagining” of the original Semisecure Login (which used one-way MD5 hashing). This version works with the new phpass hashed passwords that WordPress uses, as well as maintaining backwards compatibility with the older (pre WordPress 2.5) MD5 hashed passwords. Theoretically, it will also work with any other hashing algorithm (because this plugin simply adds an extra layer in the process rather than trying to authenticate anything itself).
This plugin requires PHP to be compiled with openssl support, which is a pretty standard option for most hosts.
Additional Info
In general…
Semisecure Login Reimagined 3.2.x is tested to work with:
WP 3.1.x
PHP 4.3.x – 5.3.x
Semisecure Login Reimagined 3.1.x was tested to work with:
WP 2.8.x – 3.0.x
PHP 4.3.x – 5.3.x
Semisecure Login Reimagined 3.0.x was tested to work with:
WP 2.7.x – 2.9.x
PHP 4.3.x – 5.3.x
Semisecure Login Reimagined 2.x was tested to work with:
WP 2.2.x – 2.8.x
PHP 4.2.x – 5.2.x
Semisecure Login Reimagined 1.x was tested to work with:
WP 2.1.x – 2.7.x
PHP 4.3.x – 5.2.x
** See the readme.txt file for each version for more specific information
