asp.net 通用包
对于一些常用的类进行封装。方便大家使用using System; using System.IO; using System.Text; using System.Security.Cryptography; namespace LQSoft.Common { /// /// 加密 /// public class AES { //默认密钥向量 private static byte[] Keys = { 0x41, 0x72, 0x65, 0x79, 0x6F, 0x75, 0x6D, 0x79, 0x53, 0x6E,
下载地址
用户评论