blob: 70c8f5c61278d5bea6002754009deb5390c521e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|