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

Alternative RSA key derivation methods #2

Open
darconeous opened this issue Jul 6, 2023 · 0 comments
Open

Alternative RSA key derivation methods #2

darconeous opened this issue Jul 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@darconeous
Copy link
Owner

I'm fairly confident that the existing RSA key generation code works pretty well and is secure, but it will take a very long time to execute from a constrained environment like a smart card. We may want to consider adding one or more additional flavors for RSA key derivation that allow for better performance on constrained platforms.

Some areas of research:

  1. Faster random-prime derivation, such as described in this paper.
  2. Multi-Prime RSA would allow for smaller primes to be used, which would be faster to calculate.
@darconeous darconeous added the enhancement New feature or request label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant