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