using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace CloverNet.SecurityTool { public partial class SecurityTool { public static class AES { //默认密钥向量 private static byte[] _key1 = { 0x12, 0x34, 0x56, 0x78, 0x
DESEncrypt.cs //===================================================================================== // All Rights Reserved , Copyright@ UBT 2016 //===================================================================================== using System; u