Interface to find and add GPG signatures from keyservers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steven Saus fa6f46efab made it a little more simple to use 2 years ago
.gitignore Updating gitignore 7 years ago
LICENSE Initial commit 7 years ago
README.md updated readme more 2 years ago
gpgfinder.sh made it a little more simple to use 2 years ago

README.md

gpgfinder

Find and add GPG signatures from keyservers from an exported addressbook using GPG itself.

Usage

./gpgfinder.sh -f /path/to/vcf_file.vcf

Matches and non-matches are written to match_yes.txt and match_no.txt respectively in the script directory.

Keyservers queried

In reverse order:

  • keys.openpgp.org
  • keys.mailvelope.com
  • keyserver.ubuntu.com
  • pgp.mit.edu

Discussion

I'm aware that this is not best practices.

Yet I currently have no idea who - if anyone - in my address book has a GPG key, or has registered one with a keyserver.

And if they have registered with a keyserver, shouldn't I... well, use that?

So that's what originally inspired this tool.