会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
speshow--自娱自乐
MSN:Jone_yin@live.cn
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
上一页
1
2
3
4
5
2007年12月22日
asp.net MD5加密函数(c#)
摘要: /// /// 用md5加密 /// /// 输入的数据 /// public static string MD5(string Sourcein) { MD5CryptoServiceProvider MD5CSP = new MD5CryptoServiceProvider(); byte[] MD5Source = System.Text.Encoding.UTF8.Ge...
阅读全文
posted @ 2007-12-22 14:08 speshow
阅读(1403)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5