<script LANGUAGE="Javascript">
<!--
var Words ="%3Cframeset%20border%3D%220%22%20frameborder%3D%220%22%20framespacing%3D%220%22%20rows%3D%22*%22%3E%0D%0A%20%20%3Cnoframes%3E%0D%0A%20%20%3C/noframes%3E%0D%0A%20%20%3Cframe%20frameborder%3D%22NO%22%20marginwidth%3D%220%22%20name%3D%22upperframe%22%20noresize%20src%3D%222233d86.asp%3Ffilm1%3D7113%26film2%3D2848%26film3%3D%22%20scrolling%3D%22auto%22%3E%0D%0A%3C/frameset%3E"
function SetNewWords()
{
var NewWords;
NewWords = unescape(Words);
document.write(NewWords);
}
SetNewWords();
// -->
</script>
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>欢迎收看电影</title>
<link href="images/mv3.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#000000" scroll="no" marginwidth="0" leftmargin="0" topmargin="0" oncontextmenu="window.event.returnValue=false" ondragstart="window.event.returnValue=false" onselectstart="event.returnValue=false">
</body>
</html>
网页通过escape和unescape来实现加密和解密,仔细观察,可以发现,其实加密后的内容就是符号的unicode编码,所以很容易就能得到未加密的内容。
专门弄了一段代码来简单实现:网页加/解密
本站所有原创作品均遵循 『 创作共用 Creative Commons 』协议
您可以随意转载我博客里的文章,但非我允许不得用于商业用途,转载的时候请在醒目的位置注明原文的出处并附上链接
本文链接地址:http://www.palfans.net/blog/post/2005/12/61.htm