Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Make use of OpenSSL command for generating key pair #24

Open
ntoll opened this issue Aug 4, 2015 · 0 comments
Open

Make use of OpenSSL command for generating key pair #24

ntoll opened this issue Aug 4, 2015 · 0 comments
Assignees
Milestone

Comments

@ntoll
Copy link
Owner

ntoll commented Aug 4, 2015

The rsa library used in the drogulus can generate key pairs. However, because it is implemented in Python this process can be painfully slow for keys of any strength. If OpenSSL is installed on the host computer the drogulus keygen command should make use of it instead of the rsa module for the sake of speedy generation of strong (long) keys.

Details here: http://stuvel.eu/files/python-rsa-doc/compatibility.html#openssl

@ntoll ntoll self-assigned this Aug 4, 2015
@ntoll ntoll added this to the 0.0.1.alpha.1 milestone Aug 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant