aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/symmetric-key_cryptography/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-19 11:00:46 -0400
committerGitHub <noreply@github.com>2021-08-19 11:00:46 -0400
commitf18dcae78c88f29bf1e79c014621d45097e38999 (patch)
tree31701f963270209994b629a4e6e483aae4de6327 /files/ja/glossary/symmetric-key_cryptography/index.html
parent4ff8d748f719857be138e95b00adbf9783688753 (diff)
downloadtranslated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.gz
translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.bz2
translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.zip
correct to Quick_links (not Quick_Links) (#2138)
Diffstat (limited to 'files/ja/glossary/symmetric-key_cryptography/index.html')
-rw-r--r--files/ja/glossary/symmetric-key_cryptography/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/symmetric-key_cryptography/index.html b/files/ja/glossary/symmetric-key_cryptography/index.html
index cf1c615d08..d940480562 100644
--- a/files/ja/glossary/symmetric-key_cryptography/index.html
+++ b/files/ja/glossary/symmetric-key_cryptography/index.html
@@ -20,7 +20,7 @@ translation_of: Glossary/Symmetric-key_cryptography
<p>現在使用されている共通鍵暗号アルゴリズムの多くはブロック暗号です。すなわち、データをブロック単位で暗号化します。それぞれのブロック長は固定長であり、アルゴリズムによって決まります。例えば、 {{Glossary("AES")}} は16バイトのブロックを使用します。ブロック暗号は常に<em>{{Glossary("Block cipher mode of operation", "モード")}}</em>とともに使用され、ブロック長よりも長いメッセージを安全に暗号化する方法を指定しています。例えば、 AES は cipher であるのに対し、 CTR, CBC, GCM はすべてのモードで使用されます。適切ではないモードを使用したり、モードを誤って使用したりした場合は、基礎となる暗号化によって提供されるセキュリティが完全に損なわれることがあります。</p>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ul>
<li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a>