2012年10月16日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;using System.IO;namespace test_CryptoGraphy{ class Program { /// <summary> /// MD5 加密静态方法 /// </summary> /// <param name="EncryptString">待加密的明文</param&g 阅读全文
posted @ 2012-10-16 11:33 夜&枫 阅读(485) 评论(0) 推荐(0)