asp.net中的md5加密處理

  在Asp.net中提供了直接的md5加密,不過加密是32位值,vb加密代碼以下:
Dim strMd5 As String
strMd5 = System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile(Trim(TextBox2.Text), "md5")
其中TextBox2.Text爲須要加密的輸入值,strMd5即爲加密後的值。
相關文章
相關標籤/搜索