C#中的rsa加密和解密 [英] rsa encryption and decryption in c#

查看:111
本文介绍了C#中的rsa加密和解密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想实现usa c#的rsa算法,所以请逐步指导我如何实现它?

i want to implement rsa algorithm usig c# so please give me step by step instunction how to ceate it??

推荐答案

这是您需要了解的所有信息,很好理解:
http://en.wikipedia.org/wiki/Public-key_cryptography [ http://en.wikipedia.org/wiki/RSA [
这就是在.NET中的方法:
http://msdn.microsoft.com/en-us/library/system. security.cryptography.rsa.aspx [ ^ ].

就这样.

—SA
This is all you need to know and understand well:
http://en.wikipedia.org/wiki/Public-key_cryptography[^],
http://en.wikipedia.org/wiki/RSA[^].

If you did not have clear understanding how it works, expect yourself to shout "Eureka!".

And this is how to do it in .NET:
http://msdn.microsoft.com/en-us/library/system.security.cryptography.rsa.aspx[^].

That''s all.

—SA


这是CodeProject上有关使用C#进行RSA加密/解密的文章:
C#.NET中的公钥RSA加密 [ ^ ]
This is an article on CodeProject about RSA encryption/decryption using C#:
Public Key RSA Encryption in C# .NET[^]


这篇关于C#中的rsa加密和解密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆