asp加密解密函数decrypt

加密与解密函数 %functiondecrypt(dcode) dimtexts dimi fori=1tolen(dcode) texts=textschr(asc(mid(dcode,i,2))-i) next decrypt=texts endfunction functionencrypt(ecode) Dimtexts dimi fori=1tolen(ecode) texts=textschr(asc(mid(ecode,i,2))+i) next encrypt=texts end

作者: 来源: 时间: 17-11-23 15:43:45

加密与解密函数
<%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="http://www.popasp.com/11111.asp?id=<%=decrypt("sdfasdfs")%>">111111111</a>
<%abc=encrypt(request("id"))%><%=abc%>
11
22
33
隐藏区块

会员注册

本功能为预留功能,暂不支持注册 ^_^

Login

社交帐号登陆

使用以下任意帐号可登陆本站

Close section
Close

联系我们

关于5UCMS 您有任何需求 均可以留言给我们