首页 相关文章 纯猝使用VBScript来实现加密

纯猝使用VBScript来实现加密

<%
'### To encrypt/decrypt include this code in your page
'### strMyEncryptedString = EncryptString(strString)
'### strMyDecryptedString = DeCryptString(strMyEncryptedString)
'### You are free to use this code as long as credits remain in place
'### also if you improve this code let me know.

Private Function EncryptString(strString)
'####################################################################
'### Crypt Function (C) 2001 by Slavic Kozyuk grindkore@yahoo.com ###
'### Arguments: strString <--- String yo...[ 查看全文 ]

2016-01-29 标签:

纯猝使用VBScript来实现加密的相关文章

手机页面
收藏网站 回到头部