isislovecruft / python-gnupg

A modified version of python-gnupg, including security patches, extensive documentation, and extra features.
Other
426 stars 170 forks source link

Wrong fingerprints? #186

Open NicoHood opened 7 years ago

NicoHood commented 7 years ago

If I list my fingerprints with this version of python-gnupg (and not the one where it was forked from) it outputs me weird fingerprints that do not match the real fingerprint. However gpg still knows those keys:

[arch@arch archive]$ gpg -k AB5FA9182C292B7BE24C91CDE441069FE948D07A
pub   rsa4096 2015-06-17 [SCA] [expires: 2020-06-15]
      97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161

What is going on here? I get the one starting with AB5 as output of this python module, but I need the fingerprint starting with 973.

isislovecruft commented 6 years ago

I've never seen gpg output like that. That's quite weird. How did you install gpg? What version is it?

NicoHood commented 6 years ago

I am using archlinux with gpg2, latest version.