主頁 > 知識庫 > XorEncode的vbs實(shí)現(xiàn)代碼

XorEncode的vbs實(shí)現(xiàn)代碼

熱門標(biāo)簽:企業(yè)400電話辦理價錢低 龍巖400電話申請 墨西哥地圖標(biāo)注app 外呼系統(tǒng)群 外呼系統(tǒng)說話聲音小怎么辦 智云億呼電話機(jī)器人 機(jī)器人打電銷適用于美業(yè)嗎 上海辦理400電話選號 天津智能外呼系統(tǒng)排名
復(fù)制代碼 代碼如下:

If Not WScript.Arguments.Count=1 Then WScript.Echo "請將要轉(zhuǎn)換的vbs文件托拽到我身上!":WScript.Quit
Set fso=CreateObject("Scripting.FileSystemObject")
Set self=fso.OpenTextFile(WScript.ScriptFullName)
Set vbs=fso.CreateTextFile(Left(WScript.Arguments(0),Len(WScript.Arguments(0))-4)+"_XorEncode.vbs")
Do Until self.AtEndOfStream
aline=self.ReadLine
If aline="Function Decode(s,n)" Then w=true
If w Then vbs.WriteLine aline
Loop
Set src=fso.OpenTextFile(WScript.Arguments(0))
Randomize:n=Int(255*Rnd+1)
vbs.WriteLine "Execute(""Decode("""Encode(src.Read(fso.GetFile(WScript.Arguments(0)).Size),n)""","n"))"
src.Close:vbs.Close:self.Close
Set src=Nothing:Set vbs=Nothing:Set self=Nothing:Set fso=Nothing
WScript.Echo "Successful!"
Function Encode(s,n)
For i=1 To Len(s)
Encode=Encode" "(Asc(Mid(s,i,1)) Xor n)
Next
End Function
Function Decode(s,n)
ns=Split(Mid(s,2,Len(s)-1))
For i=0 To UBound(ns)
Decode=DecodeChr(CInt(ns(i)) Xor n)
Next
End Function

標(biāo)簽:黃山 承德 麗水 錫林郭勒盟 鄂爾多斯 阜新 青島 齊齊哈爾

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