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

Possibility to encrypt and sign with multiple public keys #18

Closed
KubasGC opened this issue Feb 19, 2019 · 3 comments
Closed

Possibility to encrypt and sign with multiple public keys #18

KubasGC opened this issue Feb 19, 2019 · 3 comments
Assignees

Comments

@KubasGC
Copy link

KubasGC commented Feb 19, 2019

Hi.

I want to add a possibility to encrypt file with multiple public keys and sign it with one private key. Is it possible with PgpCore?

@mattosaurus
Copy link
Owner

It's not possible at the moment, though given that there's already a method to encrypt using multiple public keys it should be pretty simple to update the EncryptAndSign method for multiple public key use. I'll have a look at this later.

@mattosaurus
Copy link
Owner

Turns out this is more complicated than I thought. I've pushed some changes to the development branch but haven't had a chance to check they actually work yet, will have a look at this tomorrow.

https://github.com/mattosaurus/PgpCore/tree/development

@mattosaurus
Copy link
Owner

I've pushed out version 1.4 which allows you to encrypt and sign using multiple keys, everything seems fine to me but let me know if you have any issues.

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

2 participants