Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

OpenPGP: Hidden recipient support (keyid=0x000000) #322

Open
mkf opened this issue Jul 7, 2015 · 3 comments
Open

OpenPGP: Hidden recipient support (keyid=0x000000) #322

mkf opened this issue Jul 7, 2015 · 3 comments

Comments

@mkf
Copy link

mkf commented Jul 7, 2015

I tried to decrypt a message encrypted by me using GnuPG v2 to my friend (visible recipient) and me (hidden). It said that "No keys found for message".

@sirdarckcat
Copy link
Member

Could you please replicate with a dummy message? We support wildcard keyids so it should work

@koto
Copy link
Member

koto commented Jul 10, 2015

I don't think it works now. EncryptedMessage.decrypt asks for a single key from the KeyRing based on KeyID, so we don't iterate over all keys.

var keyCallback = goog.bind(this.keyRing_.getSecretKey, this.keyRing_);

@mkf
Copy link
Author

mkf commented Jul 10, 2015

Just use gpg2 -aeR [your hidden recipient] [your file].

@sirdarckcat sirdarckcat changed the title Hidden recipient support OpenPGP: Hidden recipient support (keyid=0x000000) May 3, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants