C# RSA Cryptographic Algorithm

Posted by karthik on Stack Overflow See other posts from Stack Overflow or by karthik
Published on 2010-04-21T11:35:02Z Indexed on 2010/04/21 11:43 UTC
Read the original article Hit count: 375

Filed under:
|

Hi,

Is C# 'RSACryptoServiceProvider' cryptographic algorithm is a part of Microsoft- CryptoAPI?

  1. Any advantage we have for normal asymmetric encryption by using CryptoAPI over 'RSACryptoServiceProvider' in .Net?
  2. I cannot understand the difference between them?And which one is best and safty? Could you please help?

Thanks

Karthik

© Stack Overflow or respective owner

Related posts about c#

Related posts about cryptography