diff options
Diffstat (limited to 'files/zh-tw/glossary/cryptography')
-rw-r--r-- | files/zh-tw/glossary/cryptography/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/cryptography/index.html b/files/zh-tw/glossary/cryptography/index.html new file mode 100644 index 0000000000..eb8c5953fc --- /dev/null +++ b/files/zh-tw/glossary/cryptography/index.html @@ -0,0 +1,20 @@ +--- +title: 密碼學 +slug: Glossary/Cryptography +tags: + - 安全性 + - 密碼學 + - 術語表 +translation_of: Glossary/Cryptography +--- +<p><span class="seoSummary"><strong>密碼學</strong>, 或者說隱語, 是研究如何安全地編碼和傳遞信息的科學。加密學設計和研究用於在不安全的環境中對消息進行編碼和解碼的算法和應用。</span>密碼學不僅僅涉及數據保密性,它還包含了<strong>識別、認證</strong>、<strong>無依賴性和數據完整性。</strong>因此它同樣研究密碼學方法在上下文、<strong>密碼系統</strong>的用法。</p> + +<h2 id="了解更多">了解更多</h2> + +<h3 id="基礎知識">基礎知識</h3> + +<ul> + <li>維基百科上的 {{Interwiki("wikipedia", "密碼學")}}</li> + <li>{{glossary("cryptanalysis")}}</li> + <li><a href="https://developer.mozilla.org/en-US/Learn/tutorial/Information_Security_Basics">信息安全教程</a></li> +</ul> |