From 05e6dd09804001c56db1f3d22036b07d52df682d Mon Sep 17 00:00:00 2001 From: HoJeong Im <39ghwjd@naver.com> Date: Wed, 11 Oct 2023 17:56:23 +0900 Subject: [PATCH] [ko]: add index.md for `web/glossary/placeholder_names` (#16202) * [add]: add index.md for web/glossary/placeholder_names * [revise]: revise index.md * Update files/ko/glossary/placeholder_names/index.md --------- Co-authored-by: hochan Lee --- files/ko/glossary/placeholder_names/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 files/ko/glossary/placeholder_names/index.md diff --git a/files/ko/glossary/placeholder_names/index.md b/files/ko/glossary/placeholder_names/index.md new file mode 100644 index 00000000000000..1cdad492ab89aa --- /dev/null +++ b/files/ko/glossary/placeholder_names/index.md @@ -0,0 +1,16 @@ +--- +title: 자리 표시자 이름 (Placeholder names) +slug: Glossary/Placeholder_names +l10n: + sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 +--- + +{{GlossarySidebar}} + +자리 표시자 이름(placeholder names)은 "당사자 A(Party A)", "도청자(eavesdropper)" 및 "악의적인 공격자(malicious attacker)"와 같은 용어를 사용하지 않고, 대화 참가자를 나타내기 위해 암호학에서 일반적으로 사용됩니다. + +가장 일반적으로 사용되는 이름은 아래와 같습니다. + +- _Alice_ 및 _Bob_, 서로에게 메시지를 보내고 싶은 두 당사자, 때때로 세 번째 참가자인 *Carol*이 합류합니다. +- _Eve_, *Alice*와 *Bob*의 대화를 도청하는 수동적 공격자 +- _Mallory_, 대화를 수정하고 오래된 메시지를 재생할 수 있는 적극적인 공격자(중간자, _man-in-the-middle_)