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/cipher_suite/index.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 files/ja/glossary/cipher_suite/index.html (limited to 'files/ja/glossary/cipher_suite/index.html') diff --git a/files/ja/glossary/cipher_suite/index.html b/files/ja/glossary/cipher_suite/index.html new file mode 100644 index 0000000000..82d3a17b55 --- /dev/null +++ b/files/ja/glossary/cipher_suite/index.html @@ -0,0 +1,25 @@ +--- +title: Cipher suite (暗号スイート) +slug: Glossary/Cipher_suite +tags: + - Cryptography + - Glossary + - Security +translation_of: Glossary/Cipher_suite +--- +

暗号スイートは鍵交換アルゴリズム・鍵認証方式・{{glossary("cipher","サイファー")}}・メッセージ認証符号の組み合わせです。

+ +

{{Glossary("TLS")}}のような{{glossary("cryptosystem","暗号システム")}}は、サーバとクライアントは安全な通信を始める前に使用する暗号スイートを決定し、同意します。典型的な暗号スイートにはECDHE_RSA_WITH_AES_128_GCM_SHA256 または ECDHE-RSA-AES128-GCM-SHA256があり、それぞれの単語の意味は

+ + + +

詳細情報

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