摘要: 1、3Des两种加密方式 //3DES的cbc加密[24位密钥对应192位加密] public static string TripleDesEncryptorCBC(string text, string key, string iv) { var tripleDESCipher = new Tr 阅读全文
posted @ 2020-04-04 16:35 kevin860 阅读(2045) 评论(0) 推荐(0)