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

Is RSA-OAEP encryption and RSA-PSS singing supported? #368

Closed
maiermic opened this issue Mar 2, 2016 · 4 comments
Closed

Is RSA-OAEP encryption and RSA-PSS singing supported? #368

maiermic opened this issue Mar 2, 2016 · 4 comments

Comments

@maiermic
Copy link

maiermic commented Mar 2, 2016

No description provided.

@jedisct1
Copy link
Owner

jedisct1 commented Mar 2, 2016

No. RSA is not supported at all.

@jedisct1 jedisct1 closed this as completed Mar 2, 2016
@tarcieri
Copy link
Contributor

tarcieri commented Mar 2, 2016

👍 RSA has been an ongoing source of problems and I am glad libsodium doesn't support it. Just yesterday OpenSSL saw both Bleichenbacher attacks and cache timing attacks against an alleged "constant time" RSA implementation that wasn't.

https://twitter.com/tqbf/status/704709925901987840

And because we’ll never get people to do that [i.e. use RSA securely], the simpler message is: abandon RSA altogether.

@paragonie-scott
Copy link
Contributor

@maiermic Have you considered upgrading to crypto_box() / crypto_sign()? :)

@maiermic
Copy link
Author

maiermic commented Mar 3, 2016

Unfortunately, I have no choice in my current work, but I will consider it next time.

Repository owner locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants