1. 首页
  2. 编程语言
  3. C#
  4. asp.net 通用包

asp.net 通用包

上传者: 2021-01-12 11:33:38上传 RAR文件 69.25KB 热度 4次
对于一些常用的类进行封装。方便大家使用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,
用户评论