标题:有个ASP代码解密的 我看不懂 求助改如何用易语言写个加密 他的ASP文件才能 ...
只看楼主
w1234200
Rank: 1
等 级:新手上路
帖 子:1
专家分:0
注 册:2014-1-10
 问题点数:0 回复次数:0 
有个ASP代码解密的 我看不懂 求助改如何用易语言写个加密 他的ASP文件才能正确给我解密呢?
程序代码:
<!--#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("密码不能为空")
搜索更多相关主题的帖子: 如何 加密 易语言 
2014-01-10 13:36



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-426368-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016193 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved