mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #715] Clear Text Password - Development Version #598
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#598
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @anwarbashir on GitHub (Aug 31, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/715
I have implemented WiFi Manager - development version on ESP32. I have noticed that the password is sent in clear text, is there a way to fix this?
@tablatronix commented on GitHub (Aug 31, 2018):
Its sent via POST over http, so yeah nothing has been done to change that.
@anwarbashir commented on GitHub (Sep 3, 2018):
Yes, I presume this can not be changed to https?
@ghost commented on GitHub (Jan 8, 2019):
What are you trying to protect against? Set a PSK for the AP and the traffic will be encrypted.