12 ms·
Could you share your script?
by Reitet00 3y ago
Could you share your script?
- matheusmoreira 3y agoI don't have a script. I submitted patches to zbar and added instructions to the Arch Wiki once the updated version of zbar landed in the repositories. https://wiki.archlinux.org/title/Paperkey#Restore_the_secret_key_from_QR_code https://wiki.archlinux.org/title/Paperkey#Restore_the_secret... It's just a simple pipeline: $ zbarcam --raw --oneshot -Sbinary | paperkey --pubring public-key.gpg | gpg --import Even 4096 bit RSA keys fit in binary QR codes. Ideal for easily restoring keys in a live Linux system and ensuring they are never written to disk.