Title: Chap Secure Password Login
Author: Enrico Rossomando
Published: <strong>28 Tháng 8, 2007</strong>
Last modified: 7 Tháng 6, 2020

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://s.w.org/plugins/geopattern-icon/chap-secure-login.svg)

# Chap Secure Password Login

 Bởi [Enrico Rossomando](https://profiles.wordpress.org/redsend/)

[Tải về](https://downloads.wordpress.org/plugin/chap-secure-login.1.6.6.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/chap-secure-login/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/chap-secure-login/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/chap-secure-login/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/chap-secure-login/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/chap-secure-login/)

## Mô tả

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”](http://www.devarticles.com/c/a/JavaScript/Building-a-CHAP-Login-System-An-ObjectOriented-Approach/).
This is a zero-configuration plugin.

Enrico Rossomando (redsend) this is my blog about programming, gaming and startup
> [https://www.mrred.it](https://www.mrred.it/)

## Cài đặt

 1. Upload the directory `chap-secure-login` to the `/wp-content/plugins/` directory(
    Example: /wp-content/plugins/chap-secure-login/ )
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. After this, have fun!!

## Đánh giá

![](https://secure.gravatar.com/avatar/2c4db82bdc6034fe282f6f25bad1f361104db50c5725d4d4cda4d2eca0fa2bc8?
s=60&d=retro&r=g)

### 󠀁[Breaks wp-admin login](https://wordpress.org/support/topic/breaks-wp-admin-login/)󠁿

 [molgeorge](https://profiles.wordpress.org/molgeorge/) 4 Tháng 5, 2019

I spent a few hours to figure this out: chap-secure-login breaks login to the wp
admin panel.

![](https://secure.gravatar.com/avatar/3679a95f4601d5c2b4864e7ee1e93343015dbb4169cbc2cc89ce1ea319a17193?
s=60&d=retro&r=g)

### 󠀁[DO NOT INSTALL-NOT MAINTAINED](https://wordpress.org/support/topic/do-not-install-not-maintained/)󠁿

 [lind33n](https://profiles.wordpress.org/lind33n/) 10 Tháng mười một, 2016 1 trả
lời

This is a great concept, but is no longer supported. Check under Last Updated before
installing to see how far out of date it is. For me, I couldn’t log in after the
installation (the admin panel was inaccessible). This will disable your ability 
to log in with current versions of WordPress. If you install and get locked out,
here is how I recovered my account. Log in with FTP and rename the CHAP folder (
I added _BACKUP to the name). Then when you next log in, WordPress will disable 
the plug-in. Then you can log in and delete the plugin.

![](https://secure.gravatar.com/avatar/2b0eb4c3e4d2d39307af451377a29bef184252e056167b96b7d7051b78f8dbd5?
s=60&d=retro&r=g)

### 󠀁[Poor Man's SSL?](https://wordpress.org/support/topic/poor-mans-ssl/)󠁿

 [gastronimo](https://profiles.wordpress.org/gastronimo/) 3 Tháng 9, 2016

Works as advertised, never any major problems. Thanks!

![](https://secure.gravatar.com/avatar/917765689746558e492de6f3d94d02ea41b1a7756ec9a31e436c48664a2d62ed?
s=60&d=retro&r=g)

### 󠀁[it does not allow login in certain conditions](https://wordpress.org/support/topic/it-does-not-allow-login-in-certain-conditions/)󠁿

 [](https://profiles.wordpress.org/horiamar/) 3 Tháng 9, 2016 1 trả lời

This plugin locks certain users out, saying they have a wrong username and/or password.
I have this problem when using firefox or IE, and combined with Wordfence plugin.
After I deactivated this plugin, I had no problem to login again.

 [ Đọc tất cả 8 đánh giá ](https://wordpress.org/support/plugin/chap-secure-login/reviews/)

## Người đóng góp & Lập trình viên

“Chap Secure Password Login” là mã nguồn mở. Những người sau đã đóng góp vào plugin
này.

Những người đóng góp

 *   [ Enrico Rossomando ](https://profiles.wordpress.org/redsend/)

[Dịch “Chap Secure Password Login” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/chap-secure-login)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/chap-secure-login/), check
out [SVN repository](https://plugins.svn.wordpress.org/chap-secure-login/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/chap-secure-login/)
qua [RSS](https://plugins.trac.wordpress.org/log/chap-secure-login/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

Version 1.6.6

 * With this new version 1.6.6 not only “Site Health” is fixed but also “Plugin 
   Editor” (can be used now again to update files) BIG THANK YOU to Thilo Müller
   for patch file

Version 1.6.5

 * Update compatibility up to wordpress 5.4.1 (thanks to Thilo Müller)

Version 1.6.4

 * Update compatibility up to wordpress 5.0.2
 * Fix JS and image path (thanks to Hisham K)

Version 1.6.3

 * Update compatibility up to wordpress 5.0
 * Added the new icon for the wordpress plugin store

Version 1.6.2

 * Change plugin website url

Version 1.6.1

 * Change author information

Version 1.6

 * Now use a SHA-256 cryptographic hash function instead of MD5. Safer!

Version 1.5.2

 * Nothing special, just an icon to notify the encryption password!

Version 1.5.1

 * Fixed javascript bug “hex_md5() not found!”

Version 1.5

 * Fixed bug “login failed” with XMLRPC API used by many software like Windows Live
   Writer
 * Added “Change Log” section 🙂

## Meta

 *  Phiên bản **1.6.6**
 *  Cập nhật lần cuối **6 năm trước**
 *  Số lượt cài đặt **700+**
 *  Phiên bản WordPress ** 2.5 hoặc cao hơn **
 *  Đã kiểm tra lên đến **5.4.19**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/chap-secure-login/)
 * Thẻ
 * [admin](https://vi.wordpress.org/plugins/tags/admin/)[login](https://vi.wordpress.org/plugins/tags/login/)
   [password](https://vi.wordpress.org/plugins/tags/password/)[privacy](https://vi.wordpress.org/plugins/tags/privacy/)
   [username](https://vi.wordpress.org/plugins/tags/username/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/chap-secure-login/advanced/)

## Đánh giá

 3.1 trên 5 sao.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/chap-secure-login/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/chap-secure-login/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/chap-secure-login/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/chap-secure-login/reviews/?filter=2)
 *  [  3 1-star reviews     ](https://wordpress.org/support/plugin/chap-secure-login/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/chap-secure-login/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/chap-secure-login/reviews/)

## Những người đóng góp

 *   [ Enrico Rossomando ](https://profiles.wordpress.org/redsend/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/chap-secure-login/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://www.mrred.it/chap-secure-login-a-wordpress-plugin-for-secure-password-authentication/)