first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!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.md5.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.md5.keywords}" /><meta name="description" content="{$my.Think.config.web.md5.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">
|
||||
<ul class="nav nav-tabs hbflag"><li role="presentation" class="active"><a href="/md5/">MD5加密工具</a></li><li role="presentation"><a href="/urlcode/">URL网址16进制加密</a></li><li role="presentation"><a href="/urlthunder/">迅雷旋风URL加解密</a></li><li role="presentation"><a href="/base64/"> Base64加密/解密</a></li><li role="presentation"><a href="/escape/">Escape加密/解密</a></li></ul><div class="panel"><form id="form1" class="form-horizontal" action="/md5/" method="post"><div class="form-group"><div class="col-sm-12"><textarea class="form-control" id="txt_md5" name="txt_md5" rows="10" placeholder="要加密的字符串">{$txt_md5}</textarea></div></div><div class="form-group"><div class="col-sm-12 text-center"><button class="btn btn-success" type="submit">MD5加密</button><span id="copyallcode" class="btn btn-default" data-clipboard-target="#result">复制</span><button type="button" class="btn btn-default" onclick="ClearAll()">清空</button></div></div>{if $txt_md5!=''}<div class="form-group"><div class="col-sm-12 text-left"><pre style="display: block;"><code id="result" class="hljs yaml"><span class="hljs-number">32</span><span class="hljs-string">位大写:</span><strong><span class="hljs-string">{$md532_d}</span></strong>
|
||||
<span class="hljs-number">32</span><span class="hljs-string">位小写:</span><strong><span class="hljs-string">{$md532_x}</span></strong>
|
||||
<span class="hljs-number">16</span><span class="hljs-string">位大写:</span><strong><span class="hljs-string">{$md516_d}</span></strong>
|
||||
<span class="hljs-number">16</span><span class="hljs-string">位小写:</span><strong><span class="hljs-string">{$md516_x}</span></strong>
|
||||
</code></pre></div></div>{/if}</form></div></div><div class="alert alert alert-success alert-dismissible"><h4>MD5加密</h4><p>MD5加密是一种不可逆的加密算法,可根据加密值比较结果是否相等,MD5在线加密工具为您提供MD5在线加密,MD5加密工具,不可逆加密,16位及32位加密工具,实现32位大小写加密和16位大小写加密,可根据不同md5加密需求,选择不同的加密算法,MD5能够生成数据或文件的“数字指纹”,就像每个人都有自己独一无二的指纹一样,MD5生成的这个“数字指纹”也是独一无二的,可以用来验证数据或文件的一致性。本站不会记录您的任何信息,请放心使用。</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 src="/static/script/hightout.js"></script><script>is_show();</script>{include file="nav" /}
|
||||
{include file="footer" /}
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user