JanisEst / KeePassQRCodeView

KeePass 2.x plugin which shows QR Codes for entry fields.
MIT License
121 stars 16 forks source link

WiFi Password #13

Closed Meth0d007 closed 4 years ago

Meth0d007 commented 4 years ago

How do you actually gernerate QR Codes for Android / iOS WiFi Network? If you use the QR Code from the "Password" field the Images does not work, AFAIK there needs to be a combination of SSID+Pass for this to work.

JanisEst commented 4 years ago

I have created a custom string field with the content:

WIFI:S:{S:WLAN_SSID};T:WPA;P:{S:WLAN_KEY};;

This references the custom fields WLAN_SSID and WLAN_KEY. You can reference the default password field if there is the wlan key and use a constant for the ssid:

WIFI:S:123456;T:WPA;P:{PASSWORD};;