When changing a PGP passphrase, does it only affect the same key on the other machine?

If I change the password of my PGP key (I use it to sign Git commit) on Computer A, does it affect the same PGP key that I have on the Computer B?
Will I still be able to use the PGP key on Computer B with the old passphrase?

Continue reading When changing a PGP passphrase, does it only affect the same key on the other machine?

OpenPGP: What happens if I have two keys on the same email and try to encrypt a message with that recipient?

Let’s assume that I saved two OpenPGP keys(key1 and key2) on the email mail@mail.com.
What would happen if I try to encrypt a message with the following command:
gpg –encrypt –recipient mail@mail.com

Options:

Message will be encrypted … Continue reading OpenPGP: What happens if I have two keys on the same email and try to encrypt a message with that recipient?

How to enumerate PGP keyring e-mails related to a specific ccTLD

I would like to enumerate all possible PGP e-mails related to North Korean top-level domain .kp
Few years ago I would have used theHarvester but I recently discovered that this useful tool doesn’t support PGP keyring search any more 🙁
If … Continue reading How to enumerate PGP keyring e-mails related to a specific ccTLD