mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2026-01-27 12:50:41 +03:00
Update Password-Protection.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
The Web Interface and the REST API can be protected by a password.
|
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.
|
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`
|
Uncomment (remove the leading `;`) and update the two lines with `http_username` and `http_password`:
|
||||||
```
|
```
|
||||||
http_username = "myusername"
|
http_username = "myusername"
|
||||||
http_password = "mypassword"
|
http_password = "mypassword"
|
||||||
@@ -13,4 +13,5 @@ http_password = "mypassword"
|
|||||||
There was no audit nor a security review to check the correct implementation of the protection!
|
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
|
The password gets transmitted unencrypted (plain text), this means it is very easy to extract it
|
||||||
for somebody who has access to your WIFI!
|
for somebody who has access to your WIFI!
|
||||||
|
|
||||||
USE AT YOUR OWN RISK!
|
USE AT YOUR OWN RISK!
|
||||||
|
|||||||
Reference in New Issue
Block a user