python-pyotp 2.9.0-2 source package in Ubuntu

Changelog

python-pyotp (2.9.0-2) unstable; urgency=medium

  * Team upload.
  * remove useless, deprecated, build-dep python3-future
  * use new dh-sequence-python3
  * set Rules-Requires-Root: no

 -- Alexandre Detiste <email address hidden>  Thu, 04 Jan 2024 14:12:44 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pyotp_2.9.0-2.dsc 2.1 KiB 790e08e5d5ba989ca5a53455e64fc2caff243546e110c4f13425652a0b14ea1c
python-pyotp_2.9.0.orig.tar.gz 17.3 KiB 346b6642e0dbdde3b4ff5a930b664ca82abfa116356ed48cc42c7d6590d36f63
python-pyotp_2.9.0-2.debian.tar.xz 3.8 KiB 8b728b47cdb6b3a7d532c9ee812f91870fbe8a273c567a0d63de57e3d4d57680

Available diffs

No changes file available.

Binary packages built by this source

python3-pyotp: Python One Time Password Library

 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)