For those concerned about entering your network info into an online qr tool, some time ago I attempted a minimal JS and transparent site for generating these codes ( https://github.com/jamsinclair/wifiqr ). Or I suppose just use the cli tools, as mentioned, for extra safety...
Or is it extra safety to use the CLI? Arguably it is easier to verify that a webapp is not sending the data to a 3rd party, than it is to verify that the CLI tool doesn't (easy network inspection from the developer tools).
Encoding your WiFi access point password into a QR code
41–50 of 234 posts
Re: Encoding your WiFi access point password into a QR code
#42Re: Encoding your WiFi access point password into a QR code
#43Earlier quoted context omitted.
Not OP, but I've a guest network.
Guest network with no password is the way, some firmware allow you to turn the reset button into this function's switch.
In WPA3 finally the no password ("guest") case has randomly chosen keys using RFC 8110 instead of being unencrypted, so it's equivalent security to everybody knowing the password.
I agree no password is the best outcome, and WPA3 makes that finally no more dangerous than it needs to be.
Re: Encoding your WiFi access point password into a QR code
#44Is it only Android 10 that can do this with scanning a qr code, or also v9?
I have Android 8.1.0 (LineageOS 15.1), and a generic 'barcode reader' app (https://play.google.com/store/apps/details?id=com.google.zxi...) and it works just fine.
Open the barcode scanner app, scan QR code, and it says "Requesting access to network'
Re: Encoding your WiFi access point password into a QR code
#45Re: Encoding your WiFi access point password into a QR code
#46https://chart.googleapis.com/chart?chs=120x120&cht=qr&chl=WI...;;
Remember to URL encode the SSID en PASSWORD if you have any characters that can't go into a URL. (Also, you have to trust Google to not store that URL anywhere)
Re: Encoding your WiFi access point password into a QR code
#47Most ISP put this kind of QR code on the provided "modem" in France with the default Wifi password of the device. I love QR code. I think it should be everywhere. All legal documents and forms should have one. All supermarket bills should have one. It's a fantastic way to transition from paper to bits. Unfortunately most users have no idea what it is. They don't know what a URL is, so a QR code is out of the question…
If I’m a spammer trying to get people to click on my bogus links in my email messages, why wouldn’t I also print those same URLs as QR codes and paste them around my city with creatively enticing titles.
Re: Encoding your WiFi access point password into a QR code
#48Most ISP put this kind of QR code on the provided "modem" in France with the default Wifi password of the device. I love QR code. I think it should be everywhere. All legal documents and forms should have one. All supermarket bills should have one. It's a fantastic way to transition from paper to bits. Unfortunately most users have no idea what it is. They don't know what a URL is, so a QR code is out of the question…
Re: Encoding your WiFi access point password into a QR code
#49I painted my wifi password as a QR code on 40x40cm canvas.. Painted as in with a brush and paint, it was a bit of work, but now it's both pragmatic and pretty :)
Re: Encoding your WiFi access point password into a QR code
#50Most ISP put this kind of QR code on the provided "modem" in France with the default Wifi password of the device. I love QR code. I think it should be everywhere. All legal documents and forms should have one. All supermarket bills should have one. It's a fantastic way to transition from paper to bits. Unfortunately most users have no idea what it is. They don't know what a URL is, so a QR code is out of the question…
They can’t be used to encode very much data though. They wouldn’t be suitable for storing documents, but could be used to store the location of a document. I was trying to be clever once and thought I could encode X.509 certificates in QR codes. Even that much data was pushing the hard limits of what they can store, and became very hard to scan (I quickly realised this wasn’t actually very clever).