SimpleTOTP Simple TOTP (2FA) algorithm implementation in Python. References HOTP: An HMAC-Based One-Time Password Algorithm (RFC 4226) TOTP: Time-Based One-Time Password Algorithm (RFC 6238) Requirements hmac, hashlib, base64 Licence No licence. Use it as you want.