當前位置:首頁 » 密碼管理 » 加密軟體tr

加密軟體tr

發布時間: 2023-08-14 04:41:55

1. 文本加密軟體

我剛剛在網上找個網站本來是可以在網站上自己加密的
現在我做好了,自己保存為一個HTML格式的文件在自己的電腦里。
不用擔心網上的資源有木馬等。
代碼如下復制記事本中,然後改為HTML格式的文件

</script>
<html>
<head>
<title>文字加密解密:將你的文字拷貝入下面的輸入框,即可完成文字的加密解密</title>
</script>
</div>
<table border="0" cellpadding="9" style="BORDER-COLLAPSE: collapse" width="776" align="center" cellspacing="0">
<tr>
<td valign="top" height="31" align="center" class="t15"> <b>文字加密解密</b></td>
</tr>
<tr>
<td valign="top" height="25" align="center">
<p><font color="#333333">將你的文字拷貝入下面的輸入框,即可完成文字的加密解密</font>
</td>
</tr>
<tr>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="600" align="center" style="BORDER:#98a7b8 1px solid;" bgcolor="#fcfcfc">
<tr>
<td height=15 colspan=2></td>
</tr>
<tr>
<td align="right" width="80">原字元串:</td>
<td>
<textarea id="af1" style="WIDTH: 98%" name="af1" rows="10"></textarea>
<input onClick='af1.select();document.execCommand("Copy")' type="button" value="復制" name="button">
<input onClick="af1.value+=Paste3()" type="button" value="粘貼" name="button">
<input onClick='af1.value=""' type="button" value="清除" name="button">
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input onClick="af2.value=stoi41(af1.value)" type="button" value="加密↓" name="button">
<input onClick="af1.value=i41tos(af2.value)" type="button" value="解密↑" name="button2">
<br>
<br>
</td>
</tr>
<tr>
<td align="right">加密結果:</td>
<td>
<textarea id="af2" style="WIDTH: 98%" name="af2" rows="10"></textarea>
<input onClick='af2.select();document.execCommand("Copy")' type="button" value="復制" name="button">
<input onClick="af2.value+=Paste3()" type="button" value="粘貼" name="button">
<input onClick='af2.value=""' type="button" value="清除" name="button">
</td>
</tr>
<tr>
<td valign="top" align="right"><br>
密文字元:</td>
<td height="36">
<input id="sdf3" size="60" name="sdf3">
</td>
</tr>
<tr>
<td></td>
<td height=25>加密碼是以41個不同的字母組成的字元串,不同加密碼,加密解密結果不同,加密結果以加密碼中的字元作為基本元素,加密碼中不能有小字字母z,否則加密帶中文的文本可能會出錯,不同的加密碼會有不同的加密效果,只有相對應的加密碼才可以解密對應的加密效果,更加保證你的加密文件不被別人解密,但是請自己保存好加密碼!本資源來自網路,本人只是進行適當的加工完善,不保留原著權。</td>
</tr>
<tr>
<td height=15 colspan=2></td>
</tr>
</table>
</td>
</tr>
</table>
<div align="center">
<script type='text/javascript'>
cpro_client='sayyescpr';
cpro_at='text_image';
cpro_161=4;
cpro_flush=1;
cpro_w=760;
cpro_h=90;
cpro_template='text_default_760_90';
cpro_cbd='#FFFFFF';
cpro_cbg='#FFFFFF';
cpro_ctitle='#0000ff';
cpro_cdesc='#444444';
cpro_curl='#DFDFDF';
cpro_cflush='#e10900';
cpro_uap=1;
cpro_cad=1;
cpro_channel=512;
</script>
<script language='JavaScript' type='text/javascript' src='http://cpro..com/cpro/ui/cp.js'></script>
</div>
<br>
<table width="860" border="0" cellpadding="0" cellspacing="0" align="center" bgcolor="#F6F6F6">
<tr align="center" bgcolor="#CCCCCC">
<td height="5"><img src="http://img.knowsky.com/img/blank.gif" width="1" height="1"></td>
</tr>
</table>
<table width="860" border="0" cellpadding="2" cellspacing="0" align="center" bgcolor="#FAFAFA">
</table>
<div align="center"><img src="http://img.knowsky.com/img/bottom.jpg" width="860" height="15"></div>
<script language="JavaScript" type="text/javascript" src="http://spcode..com/spcode/spstyle/style1101.jsp?tn=sayyes_sp&ctn=0&styleid=1101"></script>
<div id="Layer1" style="position:absolute; width:0px; height:0px; z-index:1; visibility: hidden; left: 0; top: 0">
<script src='http://s40.cnzz.com/stat.php?id=222311&web_id=222311' language='JavaScript' charset='gb2312'></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-177367-2";
urchinTracker();
</script>
</div>
</body>
</html><script language="javascript">
sdf3.value="";function stoi41(str){;var t="";var a,a1,a2,a3;var b=sdf3.value.split("");for(var x=0;x<str.length;x++){a=str.charCodeAt(x)
a1=a%41;a=(a-a1)/41;a2=a%41;a=(a-a2)/41;a3=a%41;t+=b[a3]+b[a2]+b[a1]}a="z";for(var x=0;x<t.length;x+=3){if(t.charAt(x)!="A"){return t}a+=t.substr(x+1,2)}return a}function i41tos(str){;var a1,a2,a3,b=sdf3.value,d=0,t,a;if(str.charAt(0)=="z"){t=new Array(Math.floor((str.length-1)/2))
a=t.length;for(var x=0;x<a;x++){d++;a2=b.indexOf(str.charAt(d))
d++;a3=b.indexOf(str.charAt(d))
t[x]=a2*41+a3}};else{t=new Array(Math.floor(str.length/3))
a=t.length;for(var x=0;x<a;x++){a1=b.indexOf(str.charAt(d))
d++;a2=b.indexOf(str.charAt(d))
d++;a3=b.indexOf(str.charAt(d))
d++;t[x]=a1*1681+a2*41+a3}}
a=eval("String.fromCharCode("+t.join(',')+")");return a}
</script>

實在不明白聯系QQ348008402

熱點內容
如何讓給文件夾設置密碼查看 發布:2025-01-31 22:49:07 瀏覽:2
配置動態路由協議配錯了怎麼改 發布:2025-01-31 22:49:07 瀏覽:77
掃行程碼為什麼需要支付密碼 發布:2025-01-31 22:47:08 瀏覽:738
什麼樣的配置能玩地平線4 發布:2025-01-31 22:44:05 瀏覽:241
python正則表達式符號 發布:2025-01-31 22:43:50 瀏覽:391
androidmime 發布:2025-01-31 22:34:44 瀏覽:782
ftp和http的中文含義是 發布:2025-01-31 22:33:48 瀏覽:402
sqlite3存儲圖片 發布:2025-01-31 22:27:14 瀏覽:162
sqlserverphp 發布:2025-01-31 22:22:55 瀏覽:877
曲馬多存儲 發布:2025-01-31 22:22:52 瀏覽:538