会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
№超梦阁★
我要那天再遮不住我眼 要那地再埋不了我心
文章分类 -
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...
阅读全文
0 Comment
About