[WordPress] 外掛分享: Case-Insensitive Passwords

首頁外掛目錄 › Case-Insensitive Passwords
60+
安裝啟用
☆☆☆☆
1/5 分(1 則評價)
4214 天前
最後更新
問題解決
WordPress 2.8+ v0.0.1 上架:2010-12-01

內容簡介

這個外掛的基本原理是在將密碼儲存到資料庫前,將它強制轉換為小寫後再進行雜湊處理。當使用者登入時,它會將密碼輸入轉為小寫,進行雜湊比對與資料庫中的儲存值進行比對,從而達到大小寫不敏感的效果。這種大小寫不敏感的功能僅適用於新生成的密碼,因此我編寫了此外掛,以檢查未強制轉換為小寫的密碼是否正確,如果失敗,則強制轉換為小寫後再進行檢查。

外掛標籤

開發者團隊

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

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Case-Insensitive Passwords」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

The basic premise of my plugin is that it takes the password given to it and forces it to lowercase before hashing it and storing it in the database. When a user logs in, it will take the password input and force it to lowercase, hash it, and compare it to what is stored in the database. This produces the affect of case-insensitivity. The case-insensitivity only works for newly generated passwords, so I built the plugin to check the password submitted without forcing to lowercase, if it fails it will force it to lowercase and check again.

延伸相關外掛

文章
Filter
Mastodon