목록으로
OTP 생성기
TOTP (Time-based One-Time Password) 생성 및 검증
30초 후 갱신
Secret Key
OTPAuth URI
otpauth://totp/MyApp:user%40example.com?secret=JBSWY3DPEHPK3PXP&issuer=MyApp&algorithm=SHA1&digits=6&period=30
이 URI를 QR 코드로 변환하여 Google Authenticator 등의 앱에서 스캔할 수 있습니다.
TOTP 정보
- • TOTP는 현재 시간을 기반으로 30초마다 새로운 코드를 생성합니다
- • Secret Key는 Base32로 인코딩된 16자 이상의 문자열이어야 합니다
- • Google Authenticator, Authy 등의 앱과 호환됩니다