From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/glossary/ciphertext/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/ja/glossary/ciphertext/index.html (limited to 'files/ja/glossary/ciphertext/index.html') diff --git a/files/ja/glossary/ciphertext/index.html b/files/ja/glossary/ciphertext/index.html new file mode 100644 index 0000000000..dbec6fd827 --- /dev/null +++ b/files/ja/glossary/ciphertext/index.html @@ -0,0 +1,19 @@ +--- +title: Ciphertext (暗号文) +slug: Glossary/Ciphertext +tags: + - Cryptography + - Glossary + - Privacy + - Security +translation_of: Glossary/Ciphertext +--- +

{{glossary("cryptography","暗号学")}}では、暗号文は情報を伝達するスクランブルされたメッセージですが、正しい{{glossary("cipher","サイファー")}} と正しい秘密(通常は{{glossary("key","鍵")}})で{{glossary("decryption","復号")}}して元の{{glossary("plaintext","平文")}}を再現しない限り判読できません。 暗号文の安全性、ひいては含まれる情報の安全性は、安全なサイファーを使用し、鍵の秘密を保つことに依存します。

+ +

より詳しく知る

+ +

一般知識

+ + -- cgit v1.2.3-54-g00ecf