注册 登录
编程论坛 ASP技术论坛

有个ASP代码解密的 我看不懂 求助改如何用易语言写个加密 他的ASP文件才能正确给我解密呢?

w1234200 发布于 2014-01-10 13:36, 566 次点击
程序代码:
<!--#include file="../conn.asp"-->
<!--#include file="../md5.asp"-->
<!--#include file="../fangsql.asp"-->
<%
if jiemi("ercijm",request("yanzheng")) = True then

   
dim zhucezhanghao,zhucemima,dangqianshijian,daoqishijian,jiqima,yzm,moshi

        zhucezhanghao
=ercijiemi(request("u"))
        zhucemima
=ercijiemi(request("p"))
        jiqima
=ercijiemi(request("key"))
        yzm
=ercijiemi(request("yz"))

        
if len(zhucezhanghao)=0 then
            response.write(
"用户帐号不能为空")
            response.end
        
end if
        
if instr(1,zhucezhanghao,"'")<>0 or instr(1,zhucezhanghao,"|")<>0 or instr(1,zhucezhanghao," ")<>0 then
            response.write(
"用户帐号里面含有非法字符")
            response.end
        
end if
        
if len(zhucemima)=0 then
            response.write(
"密码不能为空")
0 回复
1