You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ratos-wpa-supplicant.txt, the password is commented out but is in clear text in addition to the hashed password
What did you expect to happen
the wireless password shouldn't be in clear text. The #psk="xxxxx" line should be removed.
How to reproduce
Looked in ratos-wpa-supplicant.txt and the following lines are there.
ssid="MyWifi"
#psk="printers1234"
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
scan_freq=5200
Additional information
No response
The text was updated successfully, but these errors were encountered:
This isn't a bug, it's the direct output of wpa_passphrase. Most other pi distributions only use cleartext. However, removing it from the block would be an enhancement, but it has very low priority right now, and it would reduce debuggability. There is still an issue where some special characters don't work correctly. Furthermore, if someone gains access to your pi you have much bigger issues than sharing your wifi password with the intruder. Don't expose your printer to the internet, if you have to, use VPN.
What happened
In ratos-wpa-supplicant.txt, the password is commented out but is in clear text in addition to the hashed password
What did you expect to happen
the wireless password shouldn't be in clear text. The #psk="xxxxx" line should be removed.
How to reproduce
Looked in ratos-wpa-supplicant.txt and the following lines are there.
ssid="MyWifi"
#psk="printers1234"
psk=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
scan_freq=5200
Additional information
No response
The text was updated successfully, but these errors were encountered: