Table of Contents
MOTP (OTP) 와 FIDO
MOTP와 OTP/FIDO 기능의 이해
- MOTP(Mobile One Time Password): 보통 TOTP(HOTP와 유사) 방식의 OTP 생성기를 의미. MOTP 서버와 클라이언트 라이브러리 제공함.
- FIDO: U2F, WebAuthn 등의 표준을 기반으로 지문, 하드웨어 키 등으로 인증.
둘 다 2차 인증(2FA)을 위한 기술입니다.
C#용 OTP 라이브러리
Install-Package Otp.NET
Install-Package Fido2
참조 사이트
https://github.com/kspearrin/Otp.NET
https://github.com/abergs/fido2-net-lib/tree/master/demo
https://dev.to/haydenluther/implementing-2fa-in-asp-net-core-with-totp-24g4
https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/