Support of asymmetric encryption method - Feature request?
Hi innovaphone,
i'm working on a new App Function and i need a asymmetric encryption method, to encrypt and decrypt files/information/etc..
In your Cipher library one can find symmteric variants:
- https://sdk.innovaphone.com/13r2/common/ilib/cipher.htm
From here i know, that you use the OpenSSL library in Version 1.0.2:
- https://sdk.innovaphone.com/13r2/doc/copyright.htm#OpenSSL
Version 1.0.2 of the OpenSSL library does not support any asymmetric procedure? Or is there no implementation of an asymmetric procedure in the SDK? If so, i would like to open a feature request.
Best regards
Mladen
PS: I know that i could bound own source code inside the app and realize a asymmetric encryption/decryption procedure or write the encryption/decryption code myself, but both is time consuming. I could try to call the OpenSSL library directly on the machine with this here:
- https://sdk.innovaphone.com/13r2/sdk/common/interface/command.htm
But this looks like a very dirty road.