国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > .NET > 正文

vb 中的MD5加密在asp.net中的實現(xiàn)

2020-01-18 00:02:38
字體:
來源:轉載
供稿:網(wǎng)友
1、web項目中方法
復制代碼 代碼如下:

System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("aaaa","MD5")
System.Web.Security.FormsAuthentication.HashPasswordForStoringInConfigFile("aaaa","MD5")

查看文檔方法:
復制代碼 代碼如下:

PublicSharedFunctionHashPasswordForStoringInConfigFile(ByValpasswordAsString,ByValpasswordFormatAsString)AsString
成員屬于:System.Web.Security.FormsAuthentication
摘要:
給定標識哈希類型的密碼和字符串,該例程產(chǎn)生一個適合存儲在配置文件中的哈希密碼。
參數(shù):
password:要進行哈希運算的密碼。
passwordFormat:要使用的哈希算法。選項有“sha1”或“md5”。
返回值:
返回一個包含哈希密碼的String。
PublicSharedFunctionHashPasswordForStoringInConfigFile(ByValpasswordAsString,ByValpasswordFormatAsString)AsString
成員屬于:System.Web.Security.FormsAuthentication
摘要:
給定標識哈希類型的密碼和字符串,該例程產(chǎn)生一個適合存儲在配置文件中的哈希密碼。
參數(shù):
password:要進行哈希運算的密碼。
passwordFormat:要使用的哈希算法。選項有“sha1”或“md5”。
返回值:
返回一個包含哈希密碼的String。

2、vb的應用程序
復制代碼 代碼如下:

PublicSharedFunctionmd5str(ByRefstrSourceAsString)
DimdataToHashAsByte()=(NewSystem.Text.UnicodeEncoding).GetBytes(strSource.ToCharArray)
DimhashvalueAsByte()=CType(Cryptography.CryptoConfig.CreateFromName("MD5"),Cryptography.HashAlgorithm).ComputeHash(dataToHash)
DimstrSBAsNewSystem.Text.StringBuilder
ForiAsInt16=0Tohashvalue.Length-1
strSB.Append(hashvalue(i).ToString("x2"))
Next
DimcreatMD5=strSB.ToString
ReturncreatMD5
EndFunction
PublicSharedFunctionmd5str(ByRefstrSourceAsString)
DimdataToHashAsByte()=(NewSystem.Text.UnicodeEncoding).GetBytes(strSource.ToCharArray)
DimhashvalueAsByte()=CType(Cryptography.CryptoConfig.CreateFromName("MD5"),Cryptography.HashAlgorithm).ComputeHash(dataToHash)
DimstrSBAsNewSystem.Text.StringBuilder
ForiAsInt16=0Tohashvalue.Length-1
strSB.Append(hashvalue(i).ToString("x2"))
Next
DimcreatMD5=strSB.ToString
ReturncreatMD5
EndFunction
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 于都县| 沾化县| 调兵山市| 岚皋县| 双辽市| 富顺县| 湘西| 浦县| 双峰县| 白河县| 襄汾县| 高要市| 潢川县| 河间市| 应城市| 九江市| 沈阳市| 贵德县| 时尚| 余干县| 华阴市| 肥城市| 佳木斯市| 仁寿县| 烟台市| 汉沽区| 上林县| 桃江县| 泗水县| 洛南县| 泉州市| 温泉县| 平阳县| 安化县| 隆安县| 涿鹿县| 扬州市| 白河县| 汉沽区| 和田市| 正宁县|