摘要: View Code 1 1using System; 2 2using System.Collections.Generic; 3 3using System.Text; 4 4using System.Security.Cryptography; 5 5 6 6namespace md5 7 7{ 8 8 class Program 9 9 {10 10 static void Main(string[] args)11 11 {12 12 Console.WriteLine(UserMd5("8"));13 13 ... 阅读全文
posted @ 2012-10-31 21:55 brant_Man 阅读(249) 评论(0) 推荐(0) 编辑