lym 3 bulan lalu
induk
melakukan
2de8e1f81d

+ 1 - 1
script/afterGenHtml/search.html

@@ -17,7 +17,7 @@
     <meta content="Shoulder 搜索" itemprop="name" property="og:title">
     <meta content="Shoulder 是一个 Spring-Boot的增强工具,为简化开发、提高效率而生。目标成为 Spring-Boot 最好的搭档。" itemprop="name" property="og:description">
     <meta name="description" content="Shoulder 是一个 Spring-Boot的增强工具,为简化开发、提高效率而生。目标成为 Spring-Boot 最好的搭档。">
-    <link rel="icon" href="../../doc/img/favicon.ico" type="image/xicon">
+    <link rel="icon" href="/favicon.ico" type="image/xicon">
     <link href="/pagefind/pagefind-ui.css" rel="stylesheet">
     <script src="/pagefind/pagefind-ui.js" type="text/javascript"></script>
 </head>

+ 1 - 1
script/afterGenHtml/sitemap.xml

@@ -142,7 +142,7 @@
     </url>
 
     <url>
-        <loc>https://doc.itlym.cn/shoulder_security.html</loc>
+        <loc>https://doc.itlym.cn/shoulder_crypto.html</loc>
         <priority>0.8</priority>
         <mobile:mobile type="pc,mobile"/>
     </url>

+ 1 - 0
src/main/asciidoc/blog/asciidoc/blog_asciidoc.adoc

@@ -1,5 +1,6 @@
 = Asciidoc 语法
 RPS_TOC
+:robots: nofollow
 
 canonical={canonical}
 

+ 1 - 1
src/main/asciidoc/blog/soft/uml_to_image.adoc

@@ -20,7 +20,7 @@ canonical={canonical}
 
 TIP: link:https://www.plantuml.com/plantuml/uml/[在线示例: www.plantuml.com/plantuml/uml ] 可在线查看和下载生成的类图(PNG、SVG)。
 
-image::blog/tech/plantuml.png[alt="plantuml"]
+image::blog/tech/plantuml.jpg[alt="plantuml"]
 
 
 TIP: `IDEA` 中使用: 可在 `IDEA` 安装 `PlantUML` 插件使用。

+ 3 - 3
src/main/asciidoc/ref/aes.adoc

@@ -20,7 +20,7 @@ image::crypto/aes/AES.jpg[AES]
 
 AES 分组
 
-image::crypto/aes/AES-group.jpg.jpg[AES 密码分组]
+image::crypto/aes/AES-group.jpg[AES 密码分组]
 
 === 分组密码的填充
 
@@ -111,7 +111,7 @@ image::crypto/aes/CFB.png[CFB]
 
 明文分组和密文分组之间并没有经过“加密”这一步骤。在CFB模式中,明文分组和密文分组之间只有一个XOR
 
-image::crypto/aes/CFB_CBC.jpg[CFB_CBC]
+image::crypto/aes/CFB_CBC.png[CFB_CBC]
 
 ===== 对CBC模式的攻击
 
@@ -119,7 +119,7 @@ Alice向Bob发送一条消息,这条消息由4个密文分组组成。主动
 
 于是,Bob解密时,4个分组中只有第1个可以解密成正确的明文分组,第2个会出错,而第3个和第4个则变成了被攻击者替换的内容(也就是昨天发送的明文内容)。攻击者没有破解密码,就成功地将以前的电文混入了新电文中。而第2个分组出错到底是通信错误呢,还是被人攻击所造成的呢?Bob是无法做出判断的。
 
-image::crypto/aes/CFB_repeatAttack.jpg[CFB_repeatAttack]
+image::crypto/aes/CFB_repeatAttack.png[CFB_repeatAttack]
 
 ==== OFB(输出反馈模式)
 

+ 1 - 1
src/main/asciidoc/shoulder/guide/shoulder_start.adoc

@@ -126,7 +126,7 @@ TIP: *跟着 link:https://github.com/ChinaLym/shoulder-framework-demo[Demo]* 快
 
 [verse]
 ____
- link:shoulder_start_crud.html[几行代码实现 CRUD HTTP 接口]
+ link:shoulder_crud.html[几行代码实现 CRUD HTTP 接口]
 ____
 
 [verse]

+ 1 - 1
src/main/asciidoc/shoulder/module/shoulder_auth.adoc

@@ -81,7 +81,7 @@ shoulder:
 
 [verse]
 ____
- link:shoulder_security.html[上一页 安全加密]
+ link:shoulder_crypto.html[上一页 安全加密]
 ____
 
 [verse]