不断积累,必然飞跃,突破随之!

相信自己,开拓生活!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年9月16日

摘要: //转化后的MD5加密 using System.Text;using System.Security.Cryptography; public static string MD5(string psd) { MD5CryptoServiceProvider MD5CSP = new MD5CryptoServiceProvider(); byte[... 阅读全文

posted @ 2008-09-16 11:08 Tangyuan2017 阅读(288) 评论(0) 推荐(0) 编辑