摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; using System.IO; namespace MD5Demo { class Program &... 阅读全文
摘要:
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 }; /... 阅读全文
摘要:
/// <summary> /// 保存开启启动设置的方法 /// </summary> private void D... 阅读全文