Androids can generate a qr code as well. I guess it’s the same result but non-tech people can use it. This would be cool if it was part of KDE/GNOME or a somewhat standalone app.
I assume the webapp runs locally, right? https://ianharris.io/wifi-qr-web/ if so, it would be nice to have it stated somewhere that it’s save to use (although you should probably not use a website for such things as the info is too valuable.
Looking at what’s inside, you can pretty much do it with bash + qrencode. At the first glance, it’s basically an encoded string like WIFI:T:$SECURITY;S:$SSID;P:$PASSWORD;H:$HIDDEN;; where $SECURITY will most often be WPA
That’s cool!
Androids can generate a qr code as well. I guess it’s the same result but non-tech people can use it. This would be cool if it was part of KDE/GNOME or a somewhat standalone app.
I assume the webapp runs locally, right? https://ianharris.io/wifi-qr-web/ if so, it would be nice to have it stated somewhere that it’s save to use (although you should probably not use a website for such things as the info is too valuable.
GNOME can already generate QR codes, not sure about KDE
Looking at what’s inside, you can pretty much do it with bash + qrencode. At the first glance, it’s basically an encoded string like
WIFI:T:$SECURITY;S:$SSID;P:$PASSWORD;H:$HIDDEN;;
where$SECURITY
will most often be WPA