=== Plugin Name ===
Contributors: Enrico Rossomando
Donate link: https://www.mrred.it/chap-secure-login-a-wordpress-plugin-for-secure-password-authentication/
Tags: login, privacy, admin, username, password, security, chap, encrypt, crypt, md5, sha, ssl
Requires at least: 2.5
Tested up to: 5.4.1
Stable tag: 1.6.6

Do not show password, during login, on an insecure channel (without SSL). Use a SHA-256 hash algorithm.

== Description ==

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 <a href="http://www.devarticles.com/c/a/JavaScript/Building-a-CHAP-Login-System-An-ObjectOriented-Approach/">"Building a CHAP Login System"</a>. 
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/ "Blog about programming, gaming and startup")

== Installation ==

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

== Change Log ==

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

