首页 相关文章 批量对加密的asp代码解密的asp程序

批量对加密的asp代码解密的asp程序

  % @Language="JavaScript" %
  %

  /*
   *--------------- decode.asp -----------------
   * 功能:遍历某个目录下的所有文件,对加密过的.asp文件
   * 进行解密,并写入源文件中.
   * 实例:单个文件解密
   * Response.Write(DncodeFile(Server.MapPath("conn.asp")));
   * 实例:目录下所有文件解密.
   * DncodeFolderFiles(Server.MapPath("xml"))
   * author:wanghr100(灰豆宝宝.net)
   * update:2004-5-17 11:31
   *--------------- decode.asp -----------------
   */

  function DncodeFile(sFilePath)
  {
  /*
   *--------------- DncodeFile(sFilePath) ------...[ 查看全文 ]

2016-02-19 标签:

批量对加密的asp代码解密的asp程序的相关文章

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