在C#中使用RSA

在C#中使用RSA

问题描述:

如何将文本或使用RSA密码在C#中的任何其他媒介加密?

How to encrypt a text or any other media using RSA cryptography in C# ? .

我是否需要使用任何外部库,还是有什么在建立的东西?一个小的示例代码将帮助!

Do i need to use any external libraries or are there any in-build stuff ? A small sample code will help!

使用的 System.Security.Cryptography.RSACryptoServiceProvider

链接的网站包含的例子。

The linked site contains an example.