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