Browse Source

move crypty

root 2 years ago
parent
commit
1c0524a51d
4 changed files with 2 additions and 3 deletions
  1. 0 1
      baidu_verify_code-y8ezkeChnE.html
  2. 0 0
      crypty/2/index.html
  3. 1 1
      index.html
  4. 1 1
      score/how/index.html

+ 0 - 1
baidu_verify_code-y8ezkeChnE.html

@@ -1 +0,0 @@
-986fb507ea84d545c8898b26d760285c

+ 0 - 0
crypty-2/index.html → crypty/2/index.html


+ 1 - 1
index.html

@@ -235,7 +235,7 @@
                         <span class="caret"></span></button>
                     <ul class="dropdown-menu">
                         <li><a href="/crypty/">Crypty</a></li>
-                        <li><a href="/crypty-2/">Hardcoded AES</a></li>
+                        <li><a href="/crypty/2/">Hardcoded AES</a></li>
                     </ul>
                 </div>
             </div>

+ 1 - 1
score/how/index.html

@@ -90,7 +90,7 @@
     <p>这段代码写得很明白,先把字符串编码,然后调用了 <code>AES.decrypt</code>,调用的参数也都写好了,意思就是通过 AES 算法解密,密码为
         <code>abcdefgabcdefg12</code>。同样地,这段代码上面的 <code>n.a</code> 实际是通过 AES 加密。复刻这里的加密解密函数是很容易的,这个加密算法就这样被轻松破解了。
     </p>
-    <p>我还做了一个<a href="/crypty-2" target="_blank">页面</a>专门负责加密解密心意答,方便调试。</p>
+    <p>我还做了一个<a href="/crypty/2" target="_blank">页面</a>专门负责加密解密心意答,方便调试。</p>
     <div class="page-header">
         <h3>
             三、观察请求内容