asp加密解密函数decrypt
asp加密解密函数decrypt
发布时间:2016-12-29 来源:查字典编辑
摘要:加密与解密函数111111111

加密与解密函数

<%functiondecrypt(dcode)

dimtexts

dimi

fori=1tolen(dcode)

texts=texts&chr(asc(mid(dcode,i,2))-i)

next

decrypt=texts

endfunction

functionencrypt(ecode)

Dimtexts

dimi

fori=1tolen(ecode)

texts=texts&chr(asc(mid(ecode,i,2))+i)

next

encrypt=texts

endfunction

%>

<%=decrypt(123123)%>

<ahref="11111.asp?id=<%=decrypt("sdfasdfs")%>">111111111</a>

<%abc=encrypt(request("id"))%><%=abc%>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新ASP教程学习
热门ASP教程学习
编程开发子分类