Secure Wifi-Switch Secure Wifi-Switch is a secure web based switch for the ESP8266-2 microcontroller. It features a credential based login. A username and password are required for authentication and access to the web based switch buttons. It is designed to run on the Aliosensu Wifi-Relay board which is capable of driving a relay. There is also a version of the code which is lacking the secure web based login better suited for local, or non web facing applications. The secure portion of the code was obtained from user “brzi” at hackster.io (link below) The program was compiled using the Arduino IDE version 1.8.2 https://www.hackster.io/brzi/esp8266-advanced-login-security-748560 The sketch uses the following library files: (links coming soon) ESP8266WebServer.h ESP8266WiFi.h WiFiClient.h Link to secure code used: https://www.hackster.io/brzi/esp8266-advanced-login-security-748560 Comments and suggestions welcome! More coming soon.
acbaruth/Secure_WifiSwitch
A password secured web-based interface to control a relay board for the ESP8266
C++GPL-3.0