会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
磊哥|www.javacn.site
我的小站 www.javacn.site,面试题贼多!
博客园
首页
新随笔
管理
2016年6月14日
c#官方推荐md5通用加密类
摘要: /// /// MD5加密 /// /// 需要加密的字符串 /// public static string MD5Encrypt(string input) { return MD5Encrypt(input, new UTF8Encoding()); } /// /// md5加密16|32位 /// /// /// /// public static strin...
阅读全文
posted @ 2016-06-14 22:03 磊哥|www.javacn.site
阅读(7468)
评论(0)
推荐(1)
编辑
公告