-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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 in
web/glossary/challenge
(#15735)
[revise]: revise feedback
- Loading branch information
Showing
1 changed file
with
16 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,16 @@ | ||
--- | ||
title: 시도-응답 인증 (Challenge-response authentication) | ||
slug: Glossary/Challenge | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
보안 프로토콜에서, '시도(challenge)'은 매번 다른 응답을 생성하기 위해 서버가 클라이언트에 전송하는 일부 데이터입니다. 시도-응답 프로토콜은 공격자가 이전 메시지를 듣고 나중에 다시 보내 원본 메시지와 동일한 자격 증명을 얻는 {{glossary("replay attack", "재전송 공격")}}에 맞서 싸우는 한가지 방법입니다. | ||
|
||
[HTTP 인증 프로토콜](/ko/docs/Web/HTTP/Authentication)는 시도-응답 기반이지만, "Basic" 프로토콜은 실제 시도를 사용하지 않습니다(영역은 항상 동일함). | ||
|
||
## 같이 보기 | ||
|
||
- 위키 백과의 [시도-응답 인증](https://en.wikipedia.org/wiki/Challenge%E2%80%93response_authentication) |