qr-mnemonic-tools/README

6 lines
234 B
Plaintext

# 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'