摘要:
public static string DesEncrypt(string strText, string encryptKey) { byte[] byKey = null; byte[] IV = { 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF 阅读全文
posted @ 2020-08-12 11:02
混子程序员ZMY
阅读(121)
评论(0)
推荐(0)
浙公网安备 33010602011771号