代码如下:using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;
namespace Net.Template.Common{/// /// 对图片的加密和解密/// public class DEncrypt4ImageHelper{public DEncrypt4ImageHelper() { }
#region 加密