cli tools for using qr codes, base32, and mnemonic phrases to transfer data between online and airgapped computers.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
LICENSE | 3 years ago | |
README | 3 years ago |
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'