Earlier quoted context omitted.
If you change the password, will you repaint the picture?
It's just a guest network... Who cares if my neighbors or people walking by can use it?
Encoding your WiFi access point password into a QR code
131–140 of 234 posts
Re: Encoding your WiFi access point password into a QR code
#132I really think manufacturers have really missed out on an opportunity with QR codes by handing them over to marketing. Most of the early QR codes in the US were just links to advertising. I'm not going out of my way to scan a QR code just to be advertised to. On the other hand it could have been a great way to develop much better relationships with your customers. As a trivial example, I own a snowblower. It would be…
Re: Encoding your WiFi access point password into a QR code
#133Re: Encoding your WiFi access point password into a QR code
#134Re: Encoding your WiFi access point password into a QR code
#135Earlier quoted context omitted.
Are you not concerned that QR code’s are just completely opaque URLs asking to be clicked? Do you confidently click on URLs in spam emails? Of course not since we all know URLs can point to malicious payloads. So why should we love QR code’s that could just as easily do the same. 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 code…
Do you never click URLs in emails? Of course you do, when you're confident the sender is reputable. Parent was referencing trusted contexts: the default password printed on your wifi router, the bill a cashier just handed you for what you just bought, the legal papers you just signed, etc. The QR code just links the trusted document with trustworthy digital versions & extended content. I'm not worried a spammer is go…
Re: Encoding your WiFi access point password into a QR code
#136For 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).
Re: Encoding your WiFi access point password into a QR code
#137Most 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…
You can use that if you wish, however there is an entirely separate and dedicated QR reader built into iOS that is accessible from control center. The icon to launch it is even a QR code which eliminates such “confusion”.
Re: Encoding your WiFi access point password into a QR code
#138Re: Encoding your WiFi access point password into a QR code
#139Most 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…
> Not to mention some QRcode readers are sometimes just the regular camera app (E.G: modern iOS), which is very confusing. You can use that if you wish, however there is an entirely separate and dedicated QR reader built into iOS that is accessible from control center. The icon to launch it is even a QR code which eliminates such “confusion”.
Interesting they added that when the camera app already scans QR codes. I wonder if it's an enterprise thing for devices in the field, where companies want to prevent the camera app (no photos), but need to scan codes.
Re: Encoding your WiFi access point password into a QR code
#140Earlier quoted context omitted.
The QR scanning app that I use displays the URL so I can check if it looks okay, but most of them are abbreviated using services like bit.ly, so that doesn't help much. You'd have to have a UI that lets the user step through several redirections, but that would probably confuse people.
Qrafter on iOS has exactly that UI, which is why I use it.