ASP文件加密示例

加密前的代码:

<html><body>基本语句支持的例子--if语句和request.ServerVariables()集合<p>
<%if request.servervariables("URL") <> "" then
response.write "request.servervariables(" & chr(34) & "URL" & chr(34) & ") = " & request.servervariables("URL")
else
response.write "request.servervariables(" & chr(34) & "URL" & chr(34) & ") is empty"
end if%>
</body></html>

 

加密后的代码:

<%@ Language="VBSCRIPT" %>

<% 'AspApp Golden - Professional (V3.0.0.0)
Set MyAspAppG = Server.CreateObject("AspAppGX.AspDecoder")
MyAspAppG.Tag = "*$67iE*sJ5RNcMQw^"
MyAspAppG.Crc64 = "*EhWA@*SS\Wr!1fwJ2Tl"
MyAspAppG.Crc32 = "VGnoPC/IUvpgtLHaT1mHcGIGfm+dIJ0Q+ettWWSvyfA="
MyAspAppG.AddCode "fbFAS4/nHIlWldOpadxoZUkDUpRarAc+d2IVie3Kd8vADXSa2oxb1frLvq9WrRhq+Rh45OHa9L9smOGA"
MyAspAppG.AddCode "2ZpVpB0SiMog+vs8C8LslW66qaxBaKdTKNYs/gvy9qenWUt7P18/LHlzCdMEOh8VRbTP6iJ84/McYUi9"
MyAspAppG.AddCode "6GdZYZPqTnHK3Qt8XxkjZB8roU354NzvPF5HLrGrL1459G9Ctrb0417vJQiPoKiL7suqJmYI+1NWYgbE"
MyAspAppG.AddCode "bYO6vPbo6KDYlDRuFitmGO+nvhABlNMk/Im767ByGA4="
MyAspAppG.Execute
Set MyAspAppG = nothing
%>


返回