javascript加密工具,jascript pack
官方地址:
经过测试,IE和FF都没有问题。
举例说明一下:
html文件:
执行没有问题,不过修改起来那就需要你还原后修改了。呵呵。
未加密之后和加密之前的对比:
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('$(0(){$("#1").2("3",0(){$("#5").4()})});',6,6,'function|click1|bind|click|toggle|fewfw'.split('|'),0,{}))
|
$(function(){
$("#click1").bind("click", function(){
$("#fewfw").toggle();
});
});
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<script language="JavaScript" type="text/javascript" src="jquery-1.3.2.min.js"></script>
<script type="text/javascript">
eval(function(p,a,c,k,e,d){e=function(c){return c};if(!''.replace(/^/,String)){while(c--){d[c]=k[c]||c}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('$(0(){$("#1").2("3",0(){$("#5").4()})});',6,6,'function|click1|bind|click|toggle|fewfw'.split('|'),0,{}))
</script>
</head>
<body>
<div><a href="#" id="click1">click</a></div>
<div id="fewfw">
<ul>
<li>fewfewfw</li>
<li>fewfewfw</li>
<li>fewfewfw</li>
<li>fewfewfw</li>
</ul>
</div>
</body>
</html>
|
阅读(1057) | 评论(2) | 转发(0) |