Share your WiFi without reading out the password
This generator encodes your network name, security type and password into a QR code that guests scan to join your WiFi instantly — no spelling out a long password or risking a typo. It is perfect for homes, offices, cafes, holiday rentals, and waiting rooms.
How it works
The tool assembles the de-facto standard WiFi QR string and renders it as a code. The format packs the security type, SSID, and password into one line, escaping any special characters so they survive scanning:
WIFI:T:WPA;S:YourNetwork;P:YourPassword;;
For an open network the password is omitted, and ticking “hidden” adds H:true; so phones connect to networks that do not broadcast their name. When someone scans the finished code, their phone reads these fields and offers to join — no password entry needed.
| Field | Meaning |
|---|---|
| T | Security type (WPA / WEP / nopass) |
| S | Network name (SSID) |
| P | Password (omitted for open networks) |
| H | true if the network is hidden |
Example
A cafe with the network “GuestCafe”, WPA2 security, and the password “Latte2026” gets the string WIFI:T:WPA;S:GuestCafe;P:Latte2026;;. Printed on a table card, customers scan it and connect in seconds.
Download the code as a crisp PNG or scalable SVG and print it anywhere. Everything is generated locally in your browser, so your password never leaves your device.