摘要: ``` 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! 阅读(653) 评论(0) 推荐(0)
摘要: 使用方式 阅读全文
posted @ 2019-12-19 12:21 Hey,Coder! 阅读(1086) 评论(0) 推荐(0)