• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    asp加密解密函数decrypt
    加密与解密函数
    %function decrypt(dcode) 
    dim texts
    dim i
    for i=1 to len(dcode)
    texts=texts  chr(asc(mid(dcode,i,2))-i)
    next
    decrypt=texts
    end function
    function encrypt(ecode)
    Dim texts
    dim i
    for i=1 to len(ecode)
    texts=texts  chr(asc(mid(ecode,i,2))+i)
    next
    encrypt = texts
    end function
    %>


    %=decrypt(123123)%>
    a href="11111.asp?id=%=decrypt("sdfasdfs")%>">111111111/a>
    %abc=encrypt(request("id"))%>%=abc%>
    上一篇:asp创建表,复制表 字段类型附录
    下一篇:asp获取当前网页地址的代码
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    asp加密解密函数decrypt asp,加密解密,函数,decrypt,