A minimal, dependency-free implementation of TOTP (Time-Based One-Time Password) written in pure Python using only the standard library.
This script demonstrates how Google Authenticator works on the server side by implementing RFC 6238 manually.
- ✅ Generate secure random TOTP secrets
- ✅ Accept custom plain-text secrets (auto-converted to Base32)