获得字符串的MD5格式

'获得字符串的MD5格式

Function GetMD5( ByVal StrValue As String ) As String

Return System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(StrValue, "md5")

End Function

Published At
Categories with Web编程
Tagged with
comments powered by Disqus