AES加密
摘要:key的位数固定为32个字符,也就是512位 注意对末尾为0的要特殊处理,否则会少一位?? public static string AesEncrypt(string str, string key) { if (string.IsNullOrEmpty(str)) return null; By
阅读全文
posted @ 2018-11-13 13:11
posted @ 2018-11-13 13:11
posted @ 2018-11-08 13:54
posted @ 2018-11-08 11:09
posted @ 2018-11-07 16:02
posted @ 2018-10-24 14:37