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

Cannot decrypt values with public key #230

Closed
ssddOnTop opened this issue Nov 23, 2022 · 2 comments
Closed

Cannot decrypt values with public key #230

ssddOnTop opened this issue Nov 23, 2022 · 2 comments

Comments

@ssddOnTop
Copy link

If Bob with keypair (pub1, priv1) and Alice with keypair (pub2, priv2) wants to verify that the message is from the legit source, they can do something like:

c1 = encrypt message with bob's public key
c2 = encrypt c1 with alice's private key

send message

c3 = decrypt c2 with alice's public key
c4 = decrypt c3 with bob's priv key

But it's not available with this dependency, please add decryption with public key as well

@tarcieri
Copy link
Member

Dup of #86

@ssddOnTop ssddOnTop closed this as not planned Won't fix, can't repro, duplicate, stale Nov 23, 2022
@tarcieri
Copy link
Member

I opened #231 as a tracking issue for PSS-R support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants