代码改变世界

文章分类 -  c#

C# MD5 16,32位加密

2008-04-04 16:34 by 齐天大圣, 1533 阅读, 收藏,
摘要: 1using System; 2using System.Collections.Generic; 3using System.Text; 4using System.Security.Cryptography; 5 6namespace md5 7{ 8 class Program 9 { 10 static void Main(string[] ar... 阅读全文