Results 1 to 4 of 4
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 ...
- 02-25-2010 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 4
RSA Decrypt api in Linux Kernel
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
- 02-25-2010 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
What is encryption algorithm being used? There are a number that are available in the kernel.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 02-25-2010 #3
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.
- 02-25-2010 #4


Reply With Quote

