mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 12:36:54 +03:00
Create Password-Protection.md
This commit is contained in:
16
docs/Password-Protection.md
Normal file
16
docs/Password-Protection.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Password Protection of the Web Interface and REST API
|
||||
The Web Interface and the REST API can be protected by a password.
|
||||
|
||||
To do so, you have to set the username and password in the `wlan.ini` file on the SD-Card.
|
||||
Uncomment (remove the leading `;`) and update the two lines with `http_username` and `http_password`
|
||||
```
|
||||
http_username = "myusername"
|
||||
http_password = "mypassword"
|
||||
```
|
||||
|
||||
!!! Warning
|
||||
This is be a WEAK and INSECURE way to protect the Web Interface and the REST API.
|
||||
There was no audit nor a security review to check the correct implementation of the protection!
|
||||
The password gets transmitted unencrypted (plain text), this means it is very easy to extract it
|
||||
for somebody who has access to your WIFI!
|
||||
USE AT YOUR OWN RISK!
|
||||
Reference in New Issue
Block a user