It generates a QR code (or a string) to verify OMEMO fingerprints.
Go to file
Bandie d52a59b08a
Initial commit. And working.
2018-06-13 19:44:46 +02:00
src Initial commit. And working. 2018-06-13 19:44:46 +02:00
AUTHORS Initial commit. And working. 2018-06-13 19:44:46 +02:00
COPYING Initial commit. And working. 2018-06-13 19:44:46 +02:00
Makefile Initial commit. And working. 2018-06-13 19:44:46 +02:00
README.md Initial commit. And working. 2018-06-13 19:44:46 +02:00

README.md

omemo-qrcode-gen

What is it?

It generates a QR code (or a string) to verify OMEMO fingerprints.

Usage

./omemo-qrcode-gen [ Jabber ID ] [ Device ID ] [ Fingerprint ] [ [ Filename ] | [ qr ] | [ stdout ] ]
You can use ./omemo-qrcode-gen without any arguments or put all the needed arguments in here. Don't forget the quotation marks. ;)
Requires qrencode and/or qr or even nothing.

Example:
# This will use qr to generate the QR code.
./omemo-qrcode-gen john@example.com 12345678 "90123456 ABCDEF12 12345689 F0000000" qr
# This will use qrencode to generate the QR code.
./omemo-qrcode-gen john@example.com 12345678 "90123456 ABCDEF12 12345689 F0000000" foo.png
# This will put the string into stdout
./omemo-qrcode-gen john@example.com 12345678 "90123456 ABCDEF12 12345689 F0000000" stdout