摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace MD51X{ class MD { private string sString; public MD(string text) { sString=text; } /// <summary> /// MD5算法算出的字符串 /// </summary> /// <returns>算出的字符串</ret 阅读全文
posted @ 2012-09-28 16:41 忘-语 阅读(210) 评论(1) 推荐(0)