first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /><title>{$my.Think.config.web.rc4encrypt.title}</title><meta name="applicable-device" content="pc,mobile" /><meta http-equiv="Cache-Control" content="no-transform" /><meta http-equiv="Cache-Control" content="no-siteapp" /><meta name="keywords" content="{$my.Think.config.web.rc4encrypt.keywords}" /><meta name="description" content="{$my.Think.config.web.rc4encrypt.description}" /><meta name="renderer" content="webkit" /><meta name="apple-mobile-web-app-capable" content="yes" /><link rel="icon" href="/favicon.ico" mce_href="/favicon.ico" type="image/x-icon" /><link href="/static/style/bootstrap.min.css" rel="stylesheet" type="text/css" /><link href="/static/style/tool.css" rel="stylesheet" type="text/css" /><!--[if lt IE 9]><script src="http://apps.bdimg.com/libs/html5shiv/3.7/html5shiv.min.js"></script><script src="http://apps.bdimg.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->{:$my.Think.config.web.header}</head><body>{include file="header" /}
|
||||
<div class="container"><div class="row"><div class="col-md-12 col10main"><div class="accordion" id="accordion2"><div class="accordion-group"><!-- <div><a href="https://www.aliyun.com/minisite/goods?userCode=eaborev5" target="_blank" rel="nofollow"><img src="http://zxgj.16400.cn/static/images/ali.jpg"></a></div> -->
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation"><a href="/deencrypt/">对称加密/解密</a></li><li role="presentation"><a href="/aesencrypt/">AES加密/解密</a></li><li role="presentation"><a href="/desencrypt/">DES加密/解密</a></li><li role="presentation" class="active"><a href="/rc4encrypt/">RC4加密/解密</a></li><li role="presentation"><a href="/rabbitencrypt/">Rabbit加密/解密</a></li><li role="presentation"><a href="/tripledes/">TripleDES加密/解密</a></li><li role="presentation"><a href="/shaencrypt/">SHA/SHA256加密</a></li><li role="presentation" class="dropdown"><a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;" role="button" aria-haspopup="true" aria-expanded="false">更多工具<span class="caret"> </span></a><ul class="dropdown-menu"><li role="presentation"><a href="/allencrypt/">散列/哈希加密大全</a></li><li role="presentation"><a href="/morse/">摩尔斯电码加解密</a></li></ul></li></ul><div class="panel"><form id="form1" class="form-horizontal" method="post"><div class="form-group"><div class="col-sm-12"><textarea onmouseover="this.focus();" id="content" name="content" class="form-control" rows="12" placeholder="请输入要加密或者解密的内容"></textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><input type="hidden" value="rc4" name="encrypt_type"><input type="text" class="form-control form-di input-encrypt-txt" id="pwd" title="密钥,可不填" placeholder="密钥,可不填" /><input type="button" id="conv" onclick="encrypt();" value="加密" class="btn btn-success"><input type="button" id="res" onclick="decrypt();" value="解密" class="btn btn-success"><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><input type="button" onclick="resetAll();" value="清空" class="btn btn-default"></div></div><div class="form-group"><div class="col-sm-12"><pre><code id="result"></code></pre></div></div></form></div></div><div class="alert alert alert-success alert-dismissible"><h4>RC4加密解密工具</h4><p>RC4加解密工具为您提供RC4加解密工具,RC4可逆加密算法在线测试,RC4算法,可自定义RC4加密解密秘钥,实现RC4在线加密,RC4在线解密,RC4可逆加密解密的在线工具。</p></div> <div class="accordion-group"> </div></div></div></div></div><script src="/static/script/jquery-1.11.3.min.js" type="text/javascript"></script><script src="/static/script/bootstrap.min.js" type="text/javascript"></script><script src="/static/script/tool.js" type="text/javascript"></script><script type="text/javascript">setJS(["/static/script/pcjs/crypto-js.js","/static/script/pcjs/aes.js","/static/script/pcjs/rabbit.js","/static/script/pcjs/rc4.js","/static/script/pcjs/tripledes.js","/static/script/pcjs/deencrypt.js"]);</script><script src="/static/script/hightout.js"></script>{include file="nav" /}
|
||||
{include file="link" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user