aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/key
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/zh-tw/glossary/key
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/zh-tw/glossary/key')
-rw-r--r--files/zh-tw/glossary/key/index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/key/index.html b/files/zh-tw/glossary/key/index.html
new file mode 100644
index 0000000000..70c8f5c612
--- /dev/null
+++ b/files/zh-tw/glossary/key/index.html
@@ -0,0 +1,20 @@
+---
+title: Key
+slug: Glossary/Key
+tags:
+ - Key
+ - 安全性
+ - 術語表
+translation_of: Glossary/Key
+---
+<p><span class="seoSummary">密鑰是密碼({{Glossary("cipher")}})用於加密({{Glossary("encryption")}}) 和/或解密({{Glossary("decryption")}})的一條信息。</span> 關於加密系統({{Glossary("cryptosystem")}})的所有加密信息都應該保持安全,除了密鑰,這是公共的認知。</p>
+
+<p>在對稱密鑰密碼學({{Glossary("symmetric-key cryptography")}})中,同時使用相同的密鑰加解密。在公共密鑰密碼學({{Glossary("public-key cryptography")}})中,存在一對作為公鑰和私鑰的相關密鑰。公鑰是免費提供的,而私鑰則是保密的。公鑰可以對只有相應私鑰解密的信息加密,反之亦然。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="技術參考">技術參考</h3>
+
+<ul>
+ <li>維基百科上的 <a href="http://en.wikipedia.org/wiki/Kerckhoffs%27s_principle">Kerckhoffs's principle</a></li>
+</ul>