08 2016 档案

摘要:/// /// AES加密 /// /// /// public static string AesEncrypt(string clearTxt) { string secretKey = "I15TMSLO0KXUWTHO"; ... 阅读全文
posted @ 2016-08-16 11:47 逍遥子k 阅读(7469) 评论(0) 推荐(0)