摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; using System.IO; namespace MD5Demo {     class Program  &... 阅读全文
posted @ 2009-10-21 04:51 錯咗 阅读(5554) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text; using System.Security.Cryptography; using System.IO; public class Encrypt { //默认密钥向量 private static byte[] Keys = { 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF }; /... 阅读全文
posted @ 2009-10-21 03:50 錯咗 阅读(785) 评论(0) 推荐(0) 编辑
摘要: /// <summary>         /// 保存开启启动设置的方法         /// </summary>         private void D... 阅读全文
posted @ 2009-10-21 03:23 錯咗 阅读(592) 评论(0) 推荐(0) 编辑