Title: Chap Secure Password Login
Author: Enrico Rossomando
Published: <strong>28. Augusta 2007.</strong>
Last modified: 7. Juna 2020.

---

Pretražite dodatke

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

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

# Chap Secure Password Login

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

[Skini](https://downloads.wordpress.org/plugin/chap-secure-login.1.6.6.zip)

 * [Detalji](https://bs.wordpress.org/plugins/chap-secure-login/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/chap-secure-login/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/chap-secure-login/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/chap-secure-login/#developers)

 [Podrška](https://wordpress.org/support/plugin/chap-secure-login/)

## Opis

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

## Instalacija

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

## Recenzije

![](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. Maja 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. Novembra 2016. 1 reply

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. Septembra 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. Septembra 2016. 1 reply

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.

 [ Read all 8 reviews ](https://wordpress.org/support/plugin/chap-secure-login/reviews/)

## Saradnici i programeri

“Chap Secure Password Login” is open source software. The following people have 
contributed to this plugin.

Doprinositelji

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

[Prevedi “Chap Secure Password Login” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/chap-secure-login)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/chap-secure-login/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/chap-secure-login/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/chap-secure-login/)
od [RSS](https://plugins.trac.wordpress.org/log/chap-secure-login/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

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

 *  Version **1.6.6**
 *  Last updated **prije 6 godina**
 *  Active installations **700+**
 *  WordPress version ** 2.5 ili viša **
 *  Tested up to **5.4.19**
 *  Language
 * [English (US)](https://wordpress.org/plugins/chap-secure-login/)
 * Tags
 * [admin](https://bs.wordpress.org/plugins/tags/admin/)[login](https://bs.wordpress.org/plugins/tags/login/)
   [password](https://bs.wordpress.org/plugins/tags/password/)[privacy](https://bs.wordpress.org/plugins/tags/privacy/)
   [username](https://bs.wordpress.org/plugins/tags/username/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/chap-secure-login/advanced/)

## Ocjene

 3.1 out of 5 stars.

 *  [  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)

[See all reviews](https://wordpress.org/support/plugin/chap-secure-login/reviews/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/chap-secure-login/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](https://www.mrred.it/chap-secure-login-a-wordpress-plugin-for-secure-password-authentication/)