blob: dbec6fd827fb32cad87f50150933457abe91a17f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: Ciphertext (暗号文)
slug: Glossary/Ciphertext
tags:
- Cryptography
- Glossary
- Privacy
- Security
translation_of: Glossary/Ciphertext
---
<p>{{glossary("cryptography","暗号学")}}では、暗号文は情報を伝達するスクランブルされたメッセージですが、正しい{{glossary("cipher","サイファー")}} と正しい秘密(通常は{{glossary("key","鍵")}})で{{glossary("decryption","復号")}}して元の{{glossary("plaintext","平文")}}を再現しない限り判読できません。 暗号文の安全性、ひいては含まれる情報の安全性は、安全なサイファーを使用し、鍵の秘密を保つことに依存します。</p>
<h2 id="Learn_more" name="Learn_more">より詳しく知る</h2>
<h3 id="General_knowledge" name="General_knowledge">一般知識</h3>
<ul>
<li>Wikipedia 上の {{Interwiki("wikipedia", "暗号文")}}</li>
</ul>
|