Skip to content

Commit

Permalink
[ko]: add index.md for web/glossary/cryptanalysis (#15787)
Browse files Browse the repository at this point in the history
[revise]: revise feedback
  • Loading branch information
IMHOJEONG authored Sep 21, 2023
1 parent 1c01ca6 commit 53ebdd8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/ko/glossary/cryptanalysis/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 암호 해독 (Cryptanalysis)
slug: Glossary/Cryptanalysis
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

**암호 해독**은 코드와 암호체계를 해독하는 방법을 연구하는 {{glossary("cryptography", "암호화")}}의 한 분야입니다.
암호 해독은 특히 [무차별 대입 검색](https://en.wikipedia.org/wiki/Brute-force_search)보다 더 효율적인 방법으로 {{glossary("cipher","암호")}}를 해독하는 기술을 만듭니다. [빈도 분석](https://en.wikipedia.org/wiki/Frequency_analysis)[우연 지수](https://en.wikipedia.org/wiki/Index_of_coincidence) 등의 전통적인 방법 외에도, 암호 해독에는 [선형 분석](https://en.wikipedia.org/wiki/Linear_cryptanalysis) 또는 [차분 분석](https://en.wikipedia.org/wiki/Differential_cryptanalysis)과 같이 고급 암호를 해독할 수 있는 최신 방법이 포함됩니다.

## 같이 보기

- 위키백과의 [암호분석](https://en.wikipedia.org/wiki/Cryptanalysis)

0 comments on commit 53ebdd8

Please sign in to comment.