PyOTP is a Python library for generating and verifying one-time passwords, used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and other systems. PyOTP implements server-side support for HOTP (RFC 4226) and TOTP (RFC 6238).
6 lines
273 B
Plaintext
6 lines
273 B
Plaintext
PyOTP is a Python library for generating and verifying one-time passwords,
|
|
used to implement two-factor (2FA) or multi-factor (MFA) authentication
|
|
methods in web applications and other systems.
|
|
|
|
PyOTP implements server-side support for HOTP (RFC 4226) and TOTP (RFC 6238).
|