python3-pyotp

Python One Time Password Library

Description

This package contains a Python library for generating and verifying one-time passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods in web applications and in other systems that require users to log in.

Quick overview of using One Time Passwords on your phone:

 * OTPs involve a shared secret, stored both on the phone and the server
 * OTPs can be generated on a phone without internet connectivity
 * OTPs should always be used as a second factor of authentication(if your
   phone is lost, you account is still secured with a password)
 * Google Authenticator allows you to store multiple OTP secrets and provision
   those using a QR Code(no more typing in the secret)

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/pyotp/pyotp


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-pyotp