> Should you trust this tool with your WiFi password?<p>> Of course not! You shouldn't trust anything on the internet ever — but if it
> makes you feel better, I promise none of the information you enter on this page
> is saved anywhere.<p>I saw a theory on Reddit that you could safely use a tool like this by disconnecting from your internet before entering the information, then reconnecting after saving the QR code and having deleted it (thereby theoretically preventing your information from ever being sent to the website).<p>That sounds plausible, and the tool does seem to work while offline, but I don't have the expertise to confidently state that this would 100% protect you. Anyone want to chime in with how hard this would make it for them to harvest your data (if they wanted to, which I'm inclined to believe they don't, but just in terms of best practices)?
the little DSL format looks like this:<p><pre><code> WIFI:S:NETWORK-NAME;T:WEP;P:NETWORK-PASSWORD;H:false;;
</code></pre>
and i use the python tool `qr` to generate one: <a href="https://pypi.org/project/qrcode/" rel="nofollow">https://pypi.org/project/qrcode/</a>
If you really want to overengineer things, take a look at <a href="https://kmanc.github.io/be_my_guest/" rel="nofollow">https://kmanc.github.io/be_my_guest/</a>! I only put in the effort to make this work for my own networking gear, but it could be pretty easily extended to work on other hardware :)
FYI this is a builtin feature on Android (maybe iPhone too?).<p>On Android, go to "network details" for a wifi that you're logged into and click the "share" button and it will create a QR code for logging in.
What is this, the stone ages?<p>NFC tag is the way. <a href="https://lifehacker.com/do-this-to-seamlessly-connect-guests-to-your-wifi-1849808406" rel="nofollow">https://lifehacker.com/do-this-to-seamlessly-connect-guests-...</a>
Android gives you a QR code to share the network. Realistically you could just screenshot that, crop and print it out. Not have to rely on a third party QR service you aren't sure about.
Beware of "online QR code services", all of them insert some spam redirectons in the QR code.
After trying a dozen founds from Google, I finally found a decent one from a german university.
My Frtzbox router will generate QR codes so I can just pint those. You could also save the QR code from Android device as an image and them print it. The same from a KDE desktop with the additional step of a screenshot of the active Window.
I reused a small CD jewel case to store the guest network WiFi QR code on the coffee table, and I also included a NFC tag with the same info that you can tap under the QR code, with a small NFC symbol carved out in the middle of the QR code (thanks to the error correction mecanism) to indicate the possibility.
Printing? In this day and age? Probably time for a weekend project with e-ink display which displays current guest wi-fi password. Or a simple LED matrix would be cheaper to build? As a bonus password is rotated on a daily basis.
This is awesome, I've always been to lazy to set this up and regret it every time someone is over and I have to tell them my wifi password is tacokissies456
What a delightful site! I really enjoy the writing style, and it does have a few nice tips.
Kinda reminds me of that "list of things you didn't know you could do" (or something like that) that was shared here a while ago.