https://github.com/uriel1998/gpgfinder
Interface to find and add GPG signatures from keyservers
https://github.com/uriel1998/gpgfinder
bash discovery gpg
Last synced: about 2 months ago
JSON representation
Interface to find and add GPG signatures from keyservers
- Host: GitHub
- URL: https://github.com/uriel1998/gpgfinder
- Owner: uriel1998
- License: mit
- Created: 2017-03-26T02:43:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T02:30:08.000Z (almost 4 years ago)
- Last Synced: 2025-05-31T05:26:37.559Z (about 1 year ago)
- Topics: bash, discovery, gpg
- Language: Shell
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.