c#.net中的加密和解密 [英] Encrpytion and decryption in c#.net

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

问题描述



我已经在WPF的图像框中上传了X射线图像.

我需要知道可以使用哪种加密和解密算法来保护此图像.

谢谢,
Sophia

hi ,

i have uploaded an xray image in the image box in WPF.

i need to know which encryption and decryption algorithm can be used to secure this image.

Thanks,
Sophia

推荐答案



请查看以下链接,

使用C#简单加密和解密数据 [ ^ ]

还要在 [ ^ ]线程.

谢谢
-Amit
Hi,

Please look at below links,

Simple encrypting and decrypting data in C#[^]

Also check answer in this[^] thread.

Thanks
-Amit


可以使用很多算法来保护图像.

加密算法 [ ^ ]
加密列表 [使用.NET进行加密/解密 [ .NET Encryption Simplified [
There are plenty of algorithms you can use for securing the image.

Encryption Algorithms[^]
Encryption List[^]

Here are some useful links for implementing encryption & decryption in .NET.

Encryption/Decryption with .NET[^]
.NET Encryption Simplified[^]

Hope this helps. :)


我在WPF应用程序中使用的是AesAdvanced和AesManaged.我制作的应用程序使您可以选择要使用的应用程序.
我发现以下示例与WPF应用程序一起使用AesManaged:
WPF加密
希望有帮助.
The ones I used with my WPF application are AesAdvanced and AesManaged. The application I made lets you choose which one you want to use.
I found the following example that uses AesManaged with WPF application:
WPF encryption
Hope that helps.


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

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