摘要: ``` public static class DESEncryptionUtility { public static DESCryptoServiceProvider keyProvider = new DESCryptoServiceProvider(); //默认密钥向量 public static byte[] Encryption2Byte(string input,byte[] ke 阅读全文
posted @ 2019-12-19 12:22 Hey,Coder! 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 使用方式 阅读全文
posted @ 2019-12-19 12:21 Hey,Coder! 阅读(1017) 评论(0) 推荐(0) 编辑