Hello..
I want to decrypt an rsa message using the private key..
I have the message and private key.. But I am not able to get any api or module available in kernel to decrypt this rsa message..
Pls help in regarding this..
Warm Regards,
Sunil
Printable View
Hello..
I want to decrypt an rsa message using the private key..
I have the message and private key.. But I am not able to get any api or module available in kernel to decrypt this rsa message..
Pls help in regarding this..
Warm Regards,
Sunil
What is encryption algorithm being used? There are a number that are available in the kernel.
I was under the impression they wanted to keep asymmetric encryption algorithms out of the kernel for performance reasons. To be honest, I'm not sure if they've added them or not but I know this was the thinking around the time they wanted to add IPSec support to the kernel. Can you use OpenSSL libraries? I know RSA is supported there.