如何将加密的数据形式从一个系统发送到另一个系统 [英] how to send encrypted data form from one system to another sytem

查看:242
本文介绍了如何将加密的数据形式从一个系统发送到另一个系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何将加密的数据形式从一个系统发送到另一个系统

how to send encrypted data form from one system to another sytem

推荐答案

在.NET(和Linux上的Mono)上,使用基于RSA的加密:http://msdn.microsoft.com/en-us/library/system.security.cryptography. rsa.aspx [ ^ ].

重要!要使用它,您需要了解非对称加密的概念.阅读此内容,并注意有关Alice和Bob的示例的解释: http://en.wikipedia.org/wiki/RSA [^ ].另请参见 http://en.wikipedia.org/wiki/Public-key_cryptography [
With .NET (and Mono on Linux) use RSA based encryption: http://msdn.microsoft.com/en-us/library/system.security.cryptography.rsa.aspx[^].

Important! To used it you need to understand the idea of Asymmetric encryption. Read this and pay attention on the explanation on the example of Alice and Bob: http://en.wikipedia.org/wiki/RSA[^]. See also http://en.wikipedia.org/wiki/Public-key_cryptography[^]. When you understand the idea, read these articles thoroughly to understand key aspects and level of security (which is believed to be really good).

Implementation using of .NET RSA class presents no problems.

—SA


这篇关于如何将加密的数据形式从一个系统发送到另一个系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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