內容簡介
當您嘗試登入您的網站時,透過這個外掛來傳輸您的加密密碼。加密過程透過 Chap 協議進行,特別適用於當您無法使用 SSL 或其他安全協議的時候。啟動 ChapSecureLogin 外掛後,只有使用者名稱會以未加密的方式傳輸;密碼會被一個由會話生成的隨機數字值(nonce)隱藏 - 並經過 SHA-256 演算法適當地轉換。
第一次登入時會出現錯誤,但不用擔心,那只是技術問題。實際上,在下次登入操作中,如果您輸入的值正確,就不會有錯誤,但請注意,您的密碼仍會以未加密的方式傳送。
如果您想獲得更多有關這個演算法的詳細資訊,請參閱“建立一個 CHAP 登入系統”。
這是一個零設定的外掛。
Enrico Rossomando (redsend)這是我的有關程式設計、遊戲和創業的部落格 > https://www.mrred.it
外掛標籤
開發者團隊
原文外掛簡介
Whenever you try to login into your website, you can use this plugin to trasmit your password encrypted. The encryption process is done by the Chap protocol; this is particularly useful when you can’t use ssl or other kinds of secure protocols. By activating the ChapSecureLogin plugin, the only information transmitted unencrypted is the username; password is hided with a random number (nonce) generated by the session – and opportunely transformed by the SHA-256 algorithm.
In the first login there will be an error, but don’t worry is only a tecnical error. Indeed in the next login’s operation, if the values are correct, there will not be errors, but you give mind because the password will sended in unencrypted way.
If you want more details about this algorithm, check “Building a CHAP Login System”.
This is a zero-configuration plugin.
Enrico Rossomando (redsend) this is my blog about programming, gaming and startup > https://www.mrred.it
