当前位置: 首页 > 图文教程 > 网络编程 > Javascript > javascript vvorld 在线加密破解方法

Javascript
form中限制文本字节数js代码
use jscript with List Proxy Server Information
use jscript List Installed Software
List Installed Software Features
List Information About the Binary Files Used by an Application
List the Codec Files on a Computer
List the UTC Time on a Computer
List Installed Hot Fixes
excel操作之Add Data to a Spreadsheet Cell
Add Formatted Data to a Spreadsheet
Apply an AutoFormat to an Excel Spreadsheet
JavaScript语法着色引擎(demo及打包文件下载)
类之Prototype.js学习
一款JavaScript压缩工具:X2JSCompactor
iis6+javascript Add an Extension File
jscript之Open an Excel Spreadsheet
jscript之Read an Excel Spreadsheet
jscript之List Excel Color Values
去除图像或链接黑眼圈的两种方法总结
Add a Formatted Table to a Word Document

Javascript 中的 javascript vvorld 在线加密破解方法


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-09-12   浏览: 136 ::
收藏到网摘: n/a

朋友公司开发的在线JS加密站点,内测中,自己试过不能找到加密后的源代码,不知道还有那位大大能够破解 http://www.vvorld.cn
复制代码 代码如下:

<script>
str="修正后的代码,欢迎再次破解\n";
//注释:网友的力量是强大的
for(i=1;i<10;i++){
for(j=1;j<=i;j++){
str+=i+"*"+j+"="+i*j+" ";
if(i==j){str+="\n"};
}
}
alert(str);
</script>

不知道小秦用了什么办法,我是用了自制的调试工具(就类似于firedebug),像这样的工具数不胜数,防不胜防。
其实还有这么一个不借助专业工具的办法,比较搞笑,但也是有效的。
1、首先,打开电骡、迅雷之类的能占用带宽的软件,让你的网速慢下来。
2、然后用浏览器打开测试页面:http://www.topsid.cn/user.php?id=17
抢在页面加载完之前,在浏览器地址栏里输入(复制粘贴):复制内容到剪贴板代码:
javascript:function myFlash_DoFSCommand(c,args){document.write("<textarea>"+args+"</textarea>")}如果时机恰好,就能替换掉关键函数,让源码自己现形。
能破解这个加密的人应该不在少数,我收到短消息楼主自己也在问破解办法,所以就不保密了。
小秦再说说你的方法吧。