C#中将字符串转换为MD5
摘要:
private string getMd5(string password) { byte[] pasArray = System.Text.Encoding.Default.GetBytes(password); pasArray = new System.Security.Cryptography.MD5CryptoSe... 阅读全文
posted @ 2006-07-25 15:35 龙少爷 阅读(1205) 评论(0) 推荐(0) 编辑