We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./gpg2paper.py export --keyid 123213232 --png --out ~/.gnupg/123213232.png
montage -mode concatenate -tile 2x ~/.gnupg/123213232.png* ~/.gnupg/123213232-full.png
./gpg2paper.py import --png --pubkey ~/.gnupg/123213232.pub --in ~/.gnupg/123213232-full.png
/gpg2paper.py import --png --pubkey ~/.gnupg/123213232.pub --in ~/.gnupg/123213232-full.png scanned 4 barcode symbols from 1 images in 0.56 seconds Traceback (most recent call last): File "./gpg2paper.py", line 274, in <module> sys.exit(main()) File "./gpg2paper.py", line 109, in main do_import(args) File "./gpg2paper.py", line 125, in do_import return import_from_b64(args.pubkey, base64.b64decode(base64str)) File "/home/gt01/.virtualenvs/gpg/lib64/python3.7/base64.py", line 87, in b64decode return binascii.a2b_base64(s) binascii.Error: Incorrect padding
Key should be imported successfully.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to prepare:
Current behavior
Desired behavior
Key should be imported successfully.
The text was updated successfully, but these errors were encountered: