用C#在磁盘上上传加密图像

时间:2013-06-01 11:24:58

标签: c# asp.net encryption

ASP.NET C#Application正在服务器上传Employees的Signature图像,现在我们希望这些签名图像是加密格式的,出于安全原因,当我们在Application中使用这些签名时,为他们解密这些签名图像。 我们如何在服务器上以加密格式上传图像,然后在应用程序使用时再上传解密图像?

1 个答案:

答案 0 :(得分:2)

@khawar sahib试试这个链接

1) http://http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/c74d2697-8917-4c6a-987c-29ee69bd34ab
    2)  http://lukhezo.com/2011/11/06/encrypting-files-in-net-using-the-advanced-encryption-standard-aes/ 
    3)http://stackoverflow.com/questions/3822520/encrypt-and-decrypt-image-net