You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2023. It is now read-only.
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.
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 thedrogulus keygen
command should make use of it instead of thersa
module for the sake of speedy generation of strong (long) keys.Details here: http://stuvel.eu/files/python-rsa-doc/compatibility.html#openssl
The text was updated successfully, but these errors were encountered: