C# RSA Cryptographic Algorithm
- by karthik
Hi,
Is C# 'RSACryptoServiceProvider' cryptographic algorithm is a part of Microsoft- CryptoAPI?
Any advantage we have for normal asymmetric encryption by using CryptoAPI over 'RSACryptoServiceProvider' in .Net?
I cannot understand the difference between them?And which one is best and safty?
Could you please help?
Thanks
Karthik