主頁 > 知識庫 > 用VBS實現(xiàn)PHP的md5_file函數(shù)代碼

用VBS實現(xiàn)PHP的md5_file函數(shù)代碼

熱門標簽:陜西高頻外呼回撥系統(tǒng)哪家好 辦理膠州400電話財稅 海外美發(fā)店地圖標注 外呼營銷下單系統(tǒng) 加盟電銷機器人好的品牌 前鋒辦理400電話申請 百度地圖標注怎么卸載 新密防封卡外呼系統(tǒng)違法嗎 打電話的外呼系統(tǒng)貴不貴
復制代碼 代碼如下:

Function md5_file(filename, raw_output)
Dim HashedData, Utility, Stream
Set HashedData = CreateObject("CAPICOM.HashedData")
Set Utility = CreateObject("CAPICOM.Utilities")
Set Stream = CreateObject("ADODB.Stream")
HashedData.Algorithm = 3
Stream.Type = 1
Stream.Open
Stream.LoadFromFile filename
Do Until Stream.EOS
HashedData.Hash Stream.Read(1024)
Loop
If raw_output Then
md5_file = Utility.HexToBinary(HashedData.Value)
Else
md5_file = HashedData.Value
End If
End Function

參考鏈接:HashedData Object
原文:http://demon.tw/programming/vbs-php-md5_file.html
您可能感興趣的文章:
  • php實現(xiàn)MD5加密16位(不要默認的32位)
  • php 的加密函數(shù) md5,crypt,base64_encode 等使用介紹
  • PHP中MD5函數(shù)使用實例代碼
  • php md5下16位和32位的實現(xiàn)代碼
  • php驗證是否是md5編碼的簡單代碼

標簽:咸陽 武威 梅州 伊春 牡丹江 阜陽 四平 河南

巨人網(wǎng)絡(luò)通訊聲明:本文標題《用VBS實現(xiàn)PHP的md5_file函數(shù)代碼》,本文關(guān)鍵詞  用,VBS,實現(xiàn),PHP,的,md5,file,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《用VBS實現(xiàn)PHP的md5_file函數(shù)代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于用VBS實現(xiàn)PHP的md5_file函數(shù)代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章