Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants