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/encryption/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/ja/glossary/encryption/index.html (limited to 'files/ja/glossary/encryption/index.html') diff --git a/files/ja/glossary/encryption/index.html b/files/ja/glossary/encryption/index.html new file mode 100644 index 0000000000..c8e98b7d84 --- /dev/null +++ b/files/ja/glossary/encryption/index.html @@ -0,0 +1,23 @@ +--- +title: Encryption (暗号化) +slug: Glossary/Encryption +tags: + - Cryptography + - Glossary + - Privacy + - Security +translation_of: Glossary/Encryption +--- +

{{glossary("cryptography","暗号学")}} において暗号化とは、 {{glossary("plaintext","平文")}}を{{glossary("ciphertext","暗号文")}}に変換することを意味します。暗号文とは、認証されていない読み手にとって解読不能な文章のことです。

+ +

暗号化は、暗号プリミティブ ( {{glossary("cipher","サイファー")}}と呼ばれる暗号化アルゴリズムを用いて、平文を暗号文へと変換する方法) です。現代的なサイファーによる暗号化は、特定の暗号化アルゴリズムと、{{glossary("key","暗号鍵")}}と呼ばれる秘密の値を用いて行われます。アルゴリズムはだいたい公開されるので、暗号化が安全なままであれば、暗号鍵は秘密のままにしておかなければなりません。

+ +

How encryption works.

+ +

秘密の値が知られない限り、暗号化の逆操作である{{glossary("decryption","復号")}}を行うことは数学的に困難です。どれほど困難になるかは、選択した暗号化アルゴリズムと{{glossary("cryptanalysis","暗号解析法")}}の進歩に依存します。

+ +

詳細情報

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