Title: Chap Secure Password Login
Author: Enrico Rossomando
Published: <strong>2007년 8월 28일</strong>
Last modified: 2020년 6월 7일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Chap Secure Password Login

 작성자: [Enrico Rossomando](https://profiles.wordpress.org/redsend/)

[다운로드](https://downloads.wordpress.org/plugin/chap-secure-login.1.6.6.zip)

 * [세부사항](https://ko.wordpress.org/plugins/chap-secure-login/#description)
 * [평가](https://ko.wordpress.org/plugins/chap-secure-login/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/chap-secure-login/#installation)
 * [개발](https://ko.wordpress.org/plugins/chap-secure-login/#developers)

 [지원](https://wordpress.org/support/plugin/chap-secure-login/)

## 설명

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/)

## 설치

 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!!

## 후기

![](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/) 2019년 5월 4일

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/) 2016년 11월 10일 답글 1개

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/) 2016년 9월 3일

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/) 2016년 9월 3일 답글 1개

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.

 [ 모든 8 평가 읽기 ](https://wordpress.org/support/plugin/chap-secure-login/reviews/)

## 기여자 & 개발자

“Chap Secure Password Login”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이
플러그인에 기여하였습니다.

기여자

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

[자국어로 “Chap Secure Password Login”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/chap-secure-login)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/chap-secure-login/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/chap-secure-login/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/chap-secure-login/)을 [RSS](https://plugins.trac.wordpress.org/log/chap-secure-login/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

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 🙂

## 기초

 *  버전 **1.6.6**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **700+**
 *  워드프레스 버전 ** 2.5 또는 그 이상 **
 *  다음까지 시험됨: **5.4.19**
 *  언어
 * [English (US)](https://wordpress.org/plugins/chap-secure-login/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[login](https://ko.wordpress.org/plugins/tags/login/)
   [password](https://ko.wordpress.org/plugins/tags/password/)[privacy](https://ko.wordpress.org/plugins/tags/privacy/)
   [username](https://ko.wordpress.org/plugins/tags/username/)
 *  [고급 보기](https://ko.wordpress.org/plugins/chap-secure-login/advanced/)

## 평점

 별 5점 만점에 3.1점.

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/chap-secure-login/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/chap-secure-login/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.mrred.it/chap-secure-login-a-wordpress-plugin-for-secure-password-authentication/)