Skip to content

QR codes

Scan / decode QR codes

Produce ascii/UTF8 qr codes

zint

qrencode cli tool

Generate a terminal based text QR code:

qrencode -t utf8 password
echo "password" | qrencode -t utf8

decoder

See above

Outdated

Produce WLAN qr codes

with qrencode

qrencode "WIFI:T:WPA;S:My_Network;P:My_very_secure_Password;;" -o wifi_login.png
qrencode "WIFI:T:WPA;S:casita;P:$(rbw get 'wlan|whg1.3|casita');;" -t utf8

Script:

~/bin/wifi-to-qr-pdf.sh 90er

wifi-qr

https://github.com/kokoye2007/wifi-qr

sudo apt install wifi-qr

Produce terminal QR code from current connected wifi: wifi-qr

Unfortunatly not scriptable.