[TOTP System Auth (2FA Security Suite)] TOTP (Time-based One-Time Password) is a two-factor authentication algorithm standardized in RFC 6238. It combines a user-defined secret key (Base32 string) with a dynamic time counter derived from the current Unix timestamp divided by a 30-second refresh interval. Using an HMAC simulation engine, it generates highly secure, zero-padded 6-digit one-time passwords. This project allows users to manually input arbitrary long secret keys, displays a live 30-second visual countdown bar, and includes an interactive 2FA login verification mode to test and authenticate tokens in real time. [TOTP System Auth (時間連動型ワンタイムパスワード 2FA 認証)] TOTP (Time-based One-Time Password) は、RFC 6238 で規定されている標準二段階認証アルゴリズムです。ユーザーが任意に設定した Base32 形式のシークレットキーと、Unix タイムスタンプを30秒サイクルで除算した動的カウンタを結合し、HMAC 疑似ハッシュ演算によってセキュアな6桁のワンタイムパスワードを計算します。本システムでは、長いシークレットキーを手動入力してリアルタイムにコードを取得できるほか、30秒のカウントダウンバー表示と、入力されたワンタイムパスワードを即座に判定・照合するログインテスト検証機能を搭載しています。