-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password with special characters needs to be unquoted #12
Comments
I will test and use to hash. It's possible :) Thanks for your help. |
qrencode is strip |
|
Maybe i did not describe the problem well enough and i also noted that one \ is missing in my initial report. If you have a WIFI network with some special characters in the password then these characters should be quoted in the QR code as described here: https://github.com/zxing/zxing/wiki/Barcode-Contents#wi-fi-network-config-android-ios-11 So the WIFI password is "123,abc", but the QR contains the following "123\,abc". Scanning this QR code with wifi-qr will use the password with the additional \ instead of the correct one without the \. |
Release v0.2-3 |
It worked for me with a password that has @kokoye2007 Btw is it intentional that you didn't upload a |
@ls-1N apologies
next release will be .deb and archive :D |
https://github.com/kokoye2007/wifi-qr/releases/tag/wifi-qr-0.2-3 |
Scan an connect fails if the password contains a special character like ",", eg "123,ab"
In that case the password gets set as "123,ab", an additional \ is added.
The password and possibly also the SSID needs to be unquoted before further use.
The text was updated successfully, but these errors were encountered: