摘要:
public string HashMD5(string input,bool isLower){ byte[] bin, bout; System.Security.Cryptography.MD5 md5 = System.Security.Cryptography.MD5.Create(); bin = System.Text.Encoding.Default.GetBytes(input... 阅读全文
posted @ 2010-08-03 12:42
milo yu
阅读(488)
评论(0)
推荐(0)
浙公网安备 33010602011771号