-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ko]: add index.md for
web/glossary/cryptanalysis
(#15787)
[revise]: revise feedback
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |