xperiments-in / xtouch

Other
632 stars 62 forks source link

WiFi password requirements #161

Open JohnLinford opened 2 weeks ago

JohnLinford commented 2 weeks ago

I used an earlier version of Xtouch and it worked well. Recently I decided to update to the latest version, which I discover requires a config file, created using the "config.json easy setup" utility.

Unfortunately this utility requires a WiFi password. None of my WiFi access points have password set, as I live in the middle of nowhere and have no need to make my networks secure. I tried entering a dummy password, thinking that I would simply edit the config.json file manually but then I discovered that it is encrypted! This means I can no longer use Xtouch.

My suggestion is that the password requirements are relaxed. There is no need to impose WiFi password requirements at all. Just allow anything... or nothing. Alternatively, do not encrypt the config.json file: it's only going onto a USB memory stick so I can't see why encryption should be considered necessary at all.

Thank you for considering this request.

John

umeiko commented 1 week ago

It seems encrypted with base64,maybe you can simply try an online base64 encoder to solve this?