Alternatives¶
Here are some other OTP related libraries.
If you don’t like otpauth
, you might like these.
pyca/cryptography¶
cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions.
Author: Python Cryptographic Authority
Website: https://cryptography.io/
Documentation: https://cryptography.io/en/latest/hazmat/primitives/twofactor/
PyOTP¶
PyOTP is a Python library for generating and verifying one-time passwords.
Author: Andrey Kislyuk
Source: https://github.com/pyauth/pyotp
Website: https://pyauth.github.io/pyotp/