guardianproject / proofmode-android

THIS REPOSITORY IS MIRROR OF: https://gitlab.com/guardianproject/proofmode/proofmode-android
https://proofmode.org
GNU General Public License v3.0
211 stars 37 forks source link

improve key and signature interop #94

Open n8fr8 opened 2 years ago

n8fr8 commented 2 years ago

The way ProofMode does keys and signatures is difficult to handle in crypto libraries other than gpg At least in my experience. Pycryptodome couldn't read the key Is there a happy medium where the format could be understood by both gpg and most crypto libraries?

pyrsa

n8fr8 commented 2 years ago

test with: https://pypi.org/project/python-gnupg/ and https://pycryptodome.readthedocs.io/en/latest/