西西軟件園多重安全檢測(cè)下載網(wǎng)站、值得信賴的軟件下載站!
西西首頁(yè) 電腦軟件 安卓軟件 電腦游戲 安卓游戲 排行榜 專(zhuān)題合集

Asp代碼變形器

v1.0 綠色免費(fèi)版
  • Asp代碼變形器v1.0 綠色免費(fèi)版
  • 軟件大小:643KB
  • 更新時(shí)間:2013-04-09 11:32
  • 軟件語(yǔ)言:中文
  • 軟件廠商:
  • 軟件類(lèi)別:國(guó)產(chǎn)軟件 / 免費(fèi)軟件 / 源碼相關(guān)
  • 軟件等級(jí):4級(jí)
  • 應(yīng)用平臺(tái):WinAll, WinXP
  • 官方網(wǎng)站:暫無(wú)
  • 應(yīng)用備案:
好評(píng):50%
壞評(píng):50%

本類(lèi)精品

軟件介紹

asp代碼變形器,可以對(duì)簡(jiǎn)單的關(guān)鍵字符串進(jìn)行變形。

例如:


'CDKEY可以作為驗(yàn)證asp系統(tǒng)是否合法的參數(shù)
CDKEY="www.innovatechautomation.com"

<%Str="DQonQ0RLRVnv5Vw6jMFhc3D73y8mCNWEwnANCkNES0VZPSJXV1cuY3IxNzMuQ09NIg0KDQo="%>
<%
const BASE_SN_MAP_INIT="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
dim newline
dim BaseAspEncMap(63)
dim BaseAspDecMap(127)
'初始化函數(shù)
PUBLIC SUB initCodecs()
' 初始化變量
newline = "<P>" & chr(13) & chr(10)
dim max, idx
max = len(BASE_SN_MAP_INIT)
for idx = 0 to max - 1
BaseAspEncMap(idx) = mid(BASE_SN_MAP_INIT, idx + 1, 1)
next
for idx = 0 to max - 1
BaseAspDecMap(ASC(BaseAspEncMap(idx))) = idx
next
END SUB
PUBLIC FUNCTION BaseAspDecode(scrambled)
if len(scrambled) = 0 then
BaseAspDecode = ""
exit function
end if
dim realLen
realLen = len(scrambled)
do while mid(scrambled, realLen, 1) = "="
realLen = realLen - 1
loop
dim ret, ndx, by4, first, second, third, fourth
ret = ""
by4 = (realLen \ 4) * 4
ndx = 1
do while ndx <= by4
first = BaseAspDecMap(asc(mid(scrambled, ndx+0, 1)))
second = BaseAspDecMap(asc(mid(scrambled, ndx+1, 1)))
third = BaseAspDecMap(asc(mid(scrambled, ndx+2, 1)))
fourth = BaseAspDecMap(asc(mid(scrambled, ndx+3, 1)))
ret = ret & chr( ((first * 4) AND 255) + ((second \ 16) AND 3))
ret = ret & chr( ((second * 16) AND 255) + ((third \ 4) AND 15))
ret = ret & chr( ((third * 64) AND 255) + (fourth AND 63))
ndx = ndx + 4
loop
if ndx < realLen then
first = BaseAspDecMap(asc(mid(scrambled, ndx+0, 1)))
second = BaseAspDecMap(asc(mid(scrambled, ndx+1, 1)))
ret = ret & chr( ((first * 4) AND 255) + ((second \ 16) AND 3))
if realLen MOD 4 = 3 then
third = BaseAspDecMap(asc(mid(scrambled,ndx+2,1)))
ret = ret & chr( ((second * 16) AND 255) + ((third \ 4) AND 15))
end if
end if
BaseAspDecode=ret
END FUNCTION
call initCodecs
%>
<%Execute(BaseAspDecode(Str))%>
軟件標(biāo)簽: 代碼

其他版本下載

發(fā)表評(píng)論

昵稱:
表情: 高興 可 汗 我不要 害羞 好 下下下 送花 屎 親親
查看所有(0)條評(píng)論 > 字?jǐn)?shù): 0/500

TOP
軟件下載