2014年7月28日

c# 加密转载 备忘

摘要: md5: 方法1:引用 system.web.dll FormsAuthentication.HashPasswordForStoringInConfigFile("123456", "md5") 方法2: public static string Md5(string input) { var m 阅读全文

posted @ 2014-07-28 09:23 空明流光 阅读(222) 评论(0) 推荐(0)

导航