How to Install and Uninstall python3-pyotp Package on Kali Linux

Last updated: November 07,2024

1. Install "python3-pyotp" package

Please follow the steps below to install python3-pyotp on Kali Linux

$ sudo apt update $ sudo apt install python3-pyotp

2. Uninstall "python3-pyotp" package

This is a short guide on how to uninstall python3-pyotp on Kali Linux:

$ sudo apt remove python3-pyotp $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyotp package on Kali Linux

Package: python3-pyotp
Source: python-pyotp
Version: 2.9.0-2
Installed-Size: 58
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 15604
SHA256: ca75a45ab49c2269e553970e08dec568680f89136d9a9585b3ad1c054c774a12
SHA1: bc1e0607854a16e9738e5a470dfb64479decb5df
MD5sum: c811b22c9e4e5c17027b66e1e1a73442
Description: 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)
Description-md5:
Homepage: https://github.com/pyotp/pyotp
Section: python
Priority: optional
Filename: pool/main/p/python-pyotp/python3-pyotp_2.9.0-2_all.deb