cli tools for using qr codes, base32, and mnemonic phrases to transfer data between online and airgapped computers.
Go to file
Your Name a375367c32 license for future code 2019-01-11 20:01:37 -05:00
LICENSE license for future code 2019-01-11 20:01:37 -05:00
README example for streaming small amounts of data 2019-01-11 19:56:31 -05:00

README

# backup pubkeys to qr codes
gpg --export | hex -c -w 4200 | xargs -l qrencode -t utf8

# stream a file to the screen for reading with zbarcam
cat rand | hex -c -w 1000 | xargs -l -I {} bash -c 'sleep 0.2; echo {} | qrencode -t utf8'