摘要:
DES加密解密:using System;using System.Collections.Generic;using System.Xml.Linq;using System.Text;using System.Security.Cryptography;using System.IO;namespace MemoryPassword{ public class MyEncrypt { private static byte[] Keys = { 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF }; pri... 阅读全文
posted @ 2013-08-30 17:37
Lucifer_Tian
阅读(371)
评论(0)
推荐(0)

浙公网安备 33010602011771号