本文介绍了如何在.net中执行非对称加密 - 解密?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个我已经创建了WCF服务的项目。用户将使用网站与我的客户端进行交互,而我的客户端正在使用基于桌面的应用程序将数据从云提取到他的桌面。一切都运行良好,但我的客户希望我为存储在云中的数据提供安全性,他们告诉我执行异步加密解密。我不知道哪种算法最适合安全性以及如何在Web用户端和桌面用户端实现。我用谷歌搜索但没有得到预期的结果,请帮助我的项目实现安全性。

解决方案

I am working on a project in which i have created a WCF services. A user will use a web site interact with my client and my client are using desktop based application to fetch data from cloud to his desktop. Everything is working fine but my client want me to provide security to the data stored in a cloud, they told me to perform Asynchronous Encryption decryption. I don''t know which algorithm is best for the security and how to implement at both the web-user side and desktop user-side. I Googled but didn''t got desired result, please help to implement security in my project.

解决方案


这篇关于如何在.net中执行非对称加密 - 解密?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 17:44
查看更多