easy-gpg-to-paper icon indicating copy to clipboard operation
easy-gpg-to-paper copied to clipboard

easy-gpg-to-paper aims to make exporting your secret gpg key to paper, and then restoring from paper, an easy and painless process.

Results 5 easy-gpg-to-paper issues
Sort by recently updated
recently updated
newest added

Steps to reproduce: 1. Create an export of a key ``` ./gpg2paper/gpg2paper.py export --keyid 0EEA0F23C0051DFFE1AD5CF408DDAA857B879A26 --png --out 0EEA0F23C0051DFFE1AD5CF408DDAA857B879A26 ``` 2. Investigate created barcode files ``` $ ls -la *.png -rw-rw-rw-...

# Steps to prepare: 1. Export the key to png ``` ./gpg2paper.py export --keyid 123213232 --png --out ~/.gnupg/123213232.png ``` 2. Place the created barcodes into a single paper (using imagemagick)...

What is the minimum size of QR code produced? Can two QR codes sit next to each other across short lenght of a4 page and be distinguished? The basic idea...

enhancement

I'm getting a non-zero exit status 4 error. Probably due to my incompetence. I'm trying to import 2 png's that I just made with the export tool. gpg2paper.py import --pubkey...

There are systems that currently have two GnuPG versions at the same time, with binaries named gpg and gpg2. In some specific cases, like using x25519 keys, the script fails...

enhancement