45fan.com - 路饭网

搜索: 您的位置主页 > 电脑频道 > 电脑教程 > 阅读资讯:如何使用.net中的md5函数?

如何使用.net中的md5函数?

2016-08-29 12:59:04 来源:www.45fan.com 【

如何使用.net中的md5函数?

PublicFunctionmd5(ByValstrAsString,ByValcodeAsInteger)AsString
'---------传说中的MD5加密
Ifcode=16Then
ReturnSystem.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str,"MD5").ToLower().Substring(8,16)
ElseIfcode=32Then
ReturnSystem.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(str,"MD5")
Else
Return"00000000000000000000000000000000"
EndIf
EndFunction
 

本文地址:http://www.45fan.com/dnjc/69297.html
Tags: 中的 .net Md5
编辑:路饭网
关于我们 | 联系我们 | 友情链接 | 网站地图 | Sitemap | App | 返回顶部