mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-08 20:46:54 +03:00
Deployed 0b05c65 with MkDocs version: 1.6.1
This commit is contained in:
@@ -596,7 +596,7 @@
|
||||
<h1 id="password-protection"><span class="enumerate-headings-plugin enumerate-heading-plugin">1.</span> Password Protection</h1>
|
||||
<p>The Web Interface and the REST API can be protected by a password.</p>
|
||||
<p>To do so, you have to set the username and password in the <code>wlan.ini</code> file on the SD-Card.
|
||||
Uncomment (remove the leading <code>;</code>) and update the two lines with <code>http_username</code> and <code>http_password</code>
|
||||
Uncomment (remove the leading <code>;</code>) and update the two lines with <code>http_username</code> and <code>http_password</code>:
|
||||
<div class="language-text highlight"><pre><span></span><code><span id="__span-0-1"><a href="#__codelineno-0-1" id="__codelineno-0-1" name="__codelineno-0-1"></a>http_username = "myusername"
|
||||
</span><span id="__span-0-2"><a href="#__codelineno-0-2" id="__codelineno-0-2" name="__codelineno-0-2"></a>http_password = "mypassword"
|
||||
</span></code></pre></div></p>
|
||||
@@ -605,8 +605,8 @@ Uncomment (remove the leading <code>;</code>) and update the two lines with <cod
|
||||
<p>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!</p>
|
||||
for somebody who has access to your WIFI!</p>
|
||||
<p>USE AT YOUR OWN RISK!</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user