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

Asp代碼變形器

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

本類精品

軟件介紹

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

例如:


'CDKEY可以作為驗證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))%>
軟件標簽: 代碼

軟件截圖

Asp代碼變形器 v1.0 綠色免費版

其他版本下載

發(fā)表評論

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

TOP
軟件下載