"인증 구분"의 두 판 사이의 차이

라이언양 위키
둘러보기로 가기 검색하러 가기
(새 문서: == 소개 == 인증의 종류는 일반적으로 세 가지로 분류된다. == Type 1 인증 == 지식 기반의 인증으로 가장 많이 이용되는 인증방식으로 'someth...)
 
 
1번째 줄: 1번째 줄:
 
== 소개 ==
 
== 소개 ==
  
인증의 종류는 일반적으로 세 가지로 분류된다.
+
인증의 종류는 일반적으로 세 가지로 분류된다. 상이한 Type의 인증 체계가 2개 이상 사용되었을 때 다중인증(Multifactor Authentication, MFA)이라고 부른다. MFA에 대한 설명은 아래를 참고하라.
 +
 
 +
<nowiki>
 +
Multifactor authentication (MFA) is a security system that requires more than one method of authentication from independent categories of credentials to verify the user's identity for a login or other transaction. (출처: https://searchsecurity.techtarget.com/definition/multifactor-authentication-MFA)
 +
</nowiki>
  
 
== Type 1 인증 ==
 
== Type 1 인증 ==

2019년 9월 17일 (화) 02:07 기준 최신판

1 소개

인증의 종류는 일반적으로 세 가지로 분류된다. 상이한 Type의 인증 체계가 2개 이상 사용되었을 때 다중인증(Multifactor Authentication, MFA)이라고 부른다. MFA에 대한 설명은 아래를 참고하라.

Multifactor authentication (MFA) is a security system that requires more than one method of authentication from independent categories of credentials to verify the user's identity for a login or other transaction. (출처: https://searchsecurity.techtarget.com/definition/multifactor-authentication-MFA)

2 Type 1 인증

지식 기반의 인증으로 가장 많이 이용되는 인증방식으로 'something you know'를 의미한다. 암호, PIN 등이 여기에 해당한다.

3 Type 2 인증

소유 기반의 인증방식으로 'something you have'를 의미한다. 스마트카드, 토큰 등이 여기에 해당한다.

4 Type 3 인증

존재 기반의 인증방식으로 'something you are'를 의미한다. 홍채, 지문 등이 여기에 해당한다.