Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.6
-
None
Description
Would like to suggest if it is possible to expose some openssl functionality ?
like encrypt , decrypt especially for RSA , i believe QT were built with Openssl , adding another openssl library and link it to project seems unnecessary in my opinion, since the QT library itself was already linked the library .
Exposing some cryptographic methods (RSA) help us devs to generate keys and encrypt data (use case for this is JWT token) more easier without building and linking another openssl to the QT project.
hope the dev hear this out . thank you