代码驿站移动版
频道导航
HTML/Xhtml
CSS
JavaScript
HTML5
PHP教程
ASP.NET
正则表达式
AJAX
ThinkPHP
Yii
MySQL
MariaDB
Oracle
MongoDB
Redis
DedeCMS
PHPCMS
帝国CMS
WordPress
Discuz
其它CMS
Zend Studio
Sublime
Notepad
Dreamweaver
Windows
Linux
Nginx
Apache
IIS
CentOS
Ubuntu
Debian
网站优化
工具资源
PHP源码
ASP.NET源码
其它源码
图标素材
按钮素材
字体素材
DedeCMS模板
帝国CMS模板
PHPCMS模板
WordPress模板
Discuz!模板
单页模板
开发软件下载
服务器软件下载
广告投放
联系我们
版权申明
软件编程
网页前端
移动开发
数据库
服务器
脚本语言
PHP代码
JAVA代码
Python代码
Android代码
当前位置:
主页
> >
网络程序员伴侣Lshdic--脚本加解密器
时间:2021-06-27 08:20:08 | 栏目: | 点击:次
功能比较强大的一款加密器,包括加密前后的测试与常规字符统计,加密方式包括js和vbs,可以选择使用
以下为源码,复制保存为.htm格式即可使用
<HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; Charset=gb2312"> <META name="GENERATOR" content="网络程序员伴侣-Lshdic 2002"> <TITLE>网络程序员伴侣Lshdic--脚本加解密器</TITLE> </HEAD> <BODY bgcolor="D1DCE7"> <center> <table width=600 bordercolordark=yellow bordercolorlight=navy border=1 cellspacing=0 bgcolor='EDCDDB' cellpadding=0><tr><td> <input type=button id=ok1 value="加密前测试" onclick="runpath(txt1.value)"><input type=button value="常规字符统计" onclick="alert(txt1.value.length)" id=len1> <Textarea style="width:100%;height:150" id=txt1></textarea> <input type=button id=js1 value="JS加密↓" onclick="chicks(this);vbs1.disabled=! vbs1.disabled;"><input type=button id=vbs1 value="vbs加密↓" onclick="forstr();chicks (this);js1.disabled=!js1.disabled"> <Textarea disabled style="width:100%;height:150;background-color:dddddd" id=txt2></textarea> <input type=button id=ok2 value="加密后测试" disabled onclick="runpath(txt2.value)"><input type=button value="加密字符统计" onclick="alert(txt2.value.length)" id=len2 disabled> </td></tr></table> <script language=vbs> dim vbsstr,vbstr sub forstr if js1.disabled=false then vbstr=txt1.value vbsstr=strreverse(vbstr) end if end sub </script> <script> function chicks(where){ jsstr=String.fromCharCode(60) if(where.value.indexOf('↓')!=-1) { where.value=where.value.replace('加密↓','解密↑') txt1.disabled=true;txt1.style.backgroundColor='dddddd' txt2.disabled=false;txt2.style.backgroundColor='white' ok2.disabled=false;ok2.focus(); ok1.disabled=true;len1.disabled=true;len2.disabled=false; if(where.id=='js1'){ txt2.value='<script>document.write(unescape(\''+escape(txt1.value)+'\'))'+jsstr+'/script>' txt1.value=""} else{ txt2.value='<textarea style="display:none" id=lshdic200Xpage>'+vbsstr+'</textarea>'+jsstr+'script language=vbs>document.write (strreverse(lshdic200Xpage.value))'+String.fromCharCode(60)+'/script>' txt1.value=""} }else{ where.value=where.value.replace('解密↑','加密↓') txt1.disabled=false;txt1.style.backgroundColor='white' txt2.disabled=true;txt2.style.backgroundColor='dddddd' ok2.disabled=true;txt1.focus();ok1.disabled=false;len1.disabled=false;len2.disabled=true; if(where.id=='js1'){txt1.value=unescape(txt2.value.replace('<script>document.write(unescape (\'','').replace('\'))'+jsstr+'/script>','')) txt2.value=""} else{ txt1.value=vbstr txt2.value=""} }} function runpath(whattxt){ msg1=open('','','') msg1.document.open() msg1.document.write(whattxt) msg1.document.close() } </script> </BODY> </HTML>
[Ctrl+A 全选 注:
引入外部Js需再刷新一下页面才能执行
]
您可能感兴趣的文章:
docker 容器上编译 go 程序提示找不到文件问题
如何使win2003服务器自动定时重启的图文教程
R语言运行环境安装配置详解
Prototype1.6 JS 官方下载地址
如何将本地构建好的docker镜像发布到dockerhub
相关文章
05-10
基于react hooks,zarm组件库配置开发h5表单页面的实例代码
05-10
浅谈react路由传参的几种方式
05-10
英语常用口语扫盲啦.扫盲!
05-09
R语言求一行(列表、list)数据的平均数操作
05-09
Web网络安全解析宽字节注入攻击原理
JQuery
VUE
AngularJS
MSSql
MySQL
MongoDB
Redis
Linux
Tomcat
Nginx
网站首页
广告投放
联系我们
版权申明
联系站长