diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/cryptography/index.html | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/cryptography/index.html')
-rw-r--r-- | files/ja/glossary/cryptography/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/ja/glossary/cryptography/index.html b/files/ja/glossary/cryptography/index.html new file mode 100644 index 0000000000..3c3b66574a --- /dev/null +++ b/files/ja/glossary/cryptography/index.html @@ -0,0 +1,41 @@ +--- +title: Cryptography (暗号学) +slug: Glossary/Cryptography +tags: + - Cryptography + - Glossary + - Privacy + - Security + - 暗号 + - 用語集 +translation_of: Glossary/Cryptography +--- +<p><span class="seoSummary"><strong>暗号学</strong>(Cryptography、cryptology)は、メッセージを安全に符号化して送信する方法を研究する科学です。暗号学は、安全でない環境でメッセージを符号化および復号するために使用されるアルゴリズムの設計および研究と、それらの応用です。</span><strong> データの機密性</strong>だけではなく、暗号学はまた、<strong>識別</strong>、<strong>認証</strong>、<strong>否認防止</strong>、および<strong>データの完全性</strong>にも取り組んでいます。したがって、<strong>暗号システム</strong>、つまり文脈における暗号方式の使い方も研究します。</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li>一般知識 + <ol> + <li>Wikipedia 上の {{Interwiki("wikipedia", "暗号理論")}}</li> + <li><a href="/ja/docs/Web/Security/Information_Security_Basics">情報セキュリティの基本</a></li> + <li><a href="/ja/docs/Archive/Security/Encryption_and_Decryption">Encrypting and Decrypting</a></li> + </ol> + </li> + <li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a> + <ol> + <li>{{Glossary("Block cipher mode of operation", "暗号利用モード")}}</li> + <li>{{Glossary("Cipher", "サイファー")}}</li> + <li>{{Glossary("Ciphertext", "暗号文")}}</li> + <li>{{Glossary("Cipher suite", "暗号スイート")}}</li> + <li>{{Glossary("Cryptanalysis", "暗号解読")}}</li> + <li>{{Glossary("Cryptography", "暗号学")}}</li> + <li>{{Glossary("Decryption", "復号")}}</li> + <li>{{Glossary("Encryption", "暗号化")}}</li> + <li>{{Glossary("Key", "暗号鍵")}}</li> + <li>{{Glossary("Plaintext", "平文")}}</li> + <li>{{Glossary("Public-key cryptography", "公開鍵暗号")}}</li> + <li>{{Glossary("Symmetric-key cryptography", "共通鍵暗号")}}</li> + </ol> + </li> +</ol> +</section> |