-
Notifications
You must be signed in to change notification settings - Fork 156
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
How to use publickey decrypt? #86
Comments
The closest thing to a standardized method of RSA public key decryption I'm aware of are "signcryption" techniques like RSA-PSSR (i.e. RSA-PSS w\ Recovery) Is there a specific construction you have in mind? |
@tarcieri The theory is completely correct. However, the IT department of my company requires that the content we transmit over http must be fully encrypted. This is powerless to refute their request, so I hope that the public key decryption function can be added. |
I don't think this is something we are going to add any time soon. If there is a specific construction you are looking for, please open a new issue with links to the specification/paper. |
See #231 for discussion of adding PSS-R support |
there is no decrypt api for publickey.
The text was updated successfully, but these errors were encountered: