# TOTP
## 概要
TOTP(Time-based One-Time Password)は、パスワードを入力後、専用アプリに表示された数十秒程度で変わる通常6桁の数字からなるOTPをサービスに入力することで認証する[[二要素認証]]の一方式。
[[RFC]] 6238で標準仕様が公開されている。
具体的なサービスとして、Google AuthenticatorやAuthyなどがある。
## 関連リンク
- [Time-based One-time Password - Wikipedia](https://ja.wikipedia.org/wiki/Time-based_One-time_Password)
- [RFC 6238: TOTP: Time-Based One-Time Password Algorithm](https://www.rfc-editor.org/rfc/rfc6238)