加密.hta代码(完全可以保存为html,执行效果一样)
程序代码
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//ES">
<cabeza>
<meta http-equiv="Tipo de contenido" content="text/html; conjunto de caracteres=UTF-8" />
<title>设置加密邮件内容</title>
<tipo de script="texto/javascript">
función itArt(){
this.html="Hola";
this.css="color:#000;ancho:640px;text-indent:20px;padding:5px;border:solid 5px #666;margin:5px;fondo:#CCC;margin-left:auto;margin-right: auto";
esta.longitud=0;
}
itArt.prototipo = {
inicio:función(){
this.length=this.html.length;
},
jugar:función(){
this.init();
this.setPassword();
this.echo();
},
setHtml:función(v){
this.html=v;
},
establecerContraseña:función(){
vartmp="";
for(var i=0;i<this.length;i++){
tmp+="$"+this.html.charCodeAt(i);
}
this.html=tmp;
tmp="";
for(var i=0;i<this.html.length;i+=3){
tmp+=" "+this.html.substr(i,3);
}
this.html=tmp;
tmp="";
for(var i=0;i<this.html.length;i++){
tmp+=" "+this.html.charCodeAt(i);
}
this.html=tmp;
},
eco:función(){
var t=document.createElement("div");
t.innerHTML=this.html;
si (ventana.ActiveXObject)
t.style.cssText=this.css;
demás
t.setAttribute("estilo",this.css);
//不想用DOM删掉子元素了,反正各浏览器都支持
document.getElementById("x100").innerHTML="";
document.getElementById("x100").appendChild(t);
}
}
función establecerContraseña(t){
si(t!=""){
var demo=nuevo itArt();
demostración.setHtml(t);
demostración.play();
}demás{
alerta("请输入内容开始加密");
}
}
ventana.onload=función(){
setPassword("你好,猜猜我给你的密文是什么? 哈哈,猜不到吧");
}
</script>
</cabeza>
<cuerpo>
<textarea style="display:block;color:#000;width:640px;height:280px;text-indent:20px;border:solid 5px #666;margin:5px;background:#FFF;margin-left:auto; margin-right:auto" ondblclick="setPassword(this.value);" title="双击开始加密">你好,猜猜我给你的密文是什么? 哈哈,猜不到吧</textarea>
<divid="x100">
</div>
</cuerpo>
</html>
解密
程序代码
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//ES">
<cabeza>
<meta http-equiv="Tipo de contenido" content="text/html; conjunto de caracteres=UTF-8" />
<title>获取加密邮件内容</title>
<tipo de script="texto/javascript">
función itArt(){
this.html="Hola";
this.css="color:#000;ancho:640px;text-indent:20px;padding:5px;border:solid 5px #666;margin:5px;fondo:#CCC;margin-left:auto;margin-right: auto";
esta.longitud=0;
}
itArt.prototipo = {
inicio:función(){
this.length=this.html.length;
},
jugar:función(){
this.init();
this.setPassword();
this.echo();
},
setHtml:función(v){
this.html=v;
},
establecerContraseña:función(){
var tmp=this.html.split(" "),tmps="";
para(i=0;i<tmp.length;i++){
tmps+=String.fromCharCode(tmp[i]);
}
this.html=tmps.replace(" ","");
tmps="";
tmp=this.html.split("$");
para(i=0;i<tmp.length;i++){
si(tmp[i]!=""&&tmp[i]!=0){
tmps+=String.fromCharCode(tmp[i].replace(" ",""));
}
}
this.html=tmps;
},
eco:función(){
var t=document.createElement("div");
t.innerHTML=this.html;
si (ventana.ActiveXObject)
t.style.cssText=this.css;
demás
t.setAttribute("estilo",this.css);
//不想用DOM删掉子元素了,反正各浏览器都支持
document.getElementById("x100").innerHTML="";
document.getElementById("x100").appendChild(t);
}
}
demo=nuevo itArt();
demostración.setHtml();
función obtenerContraseña(t){
si(t!=""){
var demo=nuevo itArt();
demostración.setHtml(t);
demostración.play();
}demás{
alerta("请输入内容开始解密");
}
}
ventana.onload=función(){
getContraseña("32 36 50 48 32 51 50 48 32 36 50 50 32 57 48 57 32 36 54 53 32 50 57 50 32 36 50 57 32 52 54 56 32 36 50 57 32 52 56 32 36 50 53 32 49 48 53 32 36 51 50 32 52 55 51 32 36 50 48 32 51 50 48 32 36 51 48 32 51 52 48 32 36 50 51 32 52 57 52 32 36 50 53 32 57 57 32 36 50 54 32 49 53 57 32 36 50 48 32 49 54 48 32 36 50 48 32 48 52 48 32 36 54 53 32 51 49 49 32 36 51 50 32 36 50 49 32 55 48 52 32 36 50 49 32 48 52 32 36 54 53 32 50 57 50 32 36 50 57 32 52 54 56 32 36 49 57 32 57 56 49 32 36 50 49 32 48 52 48 32 36 50 49 32 53 52 51");
}
</script>
</cabeza>
<cuerpo>
<textarea style="display:block;color:#000;width:640px;height:280px;text-indent:20px;border:solid 5px #666;margin:5px;background:#FFF;margin-left:auto; margin-right:auto" ondblclick="getPassword(this.value);" título="双击开始解密">32 36 50 48 32 51 50 48 32 36 50 50 32 57 48 57 32 36 54 53 32 50 57 50 32 36 50 57 32 52 54 56 32 50 57 32 52 54 56 32 36 50 53 32 49 48 53 32 36 51 50 32 52 55 51 32 36 50 48 32 51 50 48 32 36 51 48 32 51 52 48 32 36 50 51 32 52 57 52 32 36 53 32 57 57 49 32 36 50 54 32 49 53 57 32 36 50 48 32 49 54 48 32 36 50 48 32 48 52 48 32 36 54 53 32 51 49 49 32 36 51 50 32 36 50 49 32 55 48 52 36 50 49 32 55 48 52 32 36 54 53 32 50 57 50 32 36 50 57 32 52 54 56 32 36 49 57 32 57 56 49 32 36 50 49 32 48 52 48 32 36 50 49 32 53 52 51</textarea>
<divid="x100">
</div>
</cuerpo>
</html>