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

Last updated: April 30,2024

1. Install "python3-pbkdf2" package

This tutorial shows how to install python3-pbkdf2 on Kali Linux

$ sudo apt update $ sudo apt install python3-pbkdf2

2. Uninstall "python3-pbkdf2" package

Here is a brief guide to show you how to uninstall python3-pbkdf2 on Kali Linux:

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

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

Package: python3-pbkdf2
Source: python-pbkdf2
Version: 1.3+20110613.git2a0fb15~ds0-3.2
Installed-Size: 31
Maintainer: Alessio Treglia
Architecture: all
Depends: python3:any
Size: 7100
SHA256: 19739d769a5f057bff6e8cc864f42f71d0b2f22ff240dd6a3a9a2341ef6b2905
SHA1: b7db7df1114fba8c051e44c3f8728a211f5be0dc
MD5sum: 14a17683fb49ee8b854ecc7a93655314
Description: Python RSA PKCS#5 v2.0 module (Python 3)
This module implements the password-based key derivation
function, PBKDF2, specified in RSA PKCS#5 v2.0.
.
PKCS#5 v2.0 Password-Based Key Derivation is a key derivation
function which is part of the RSA Public Key Cryptography
Standards series. The provided implementation takes a password
or a passphrase and a salt value (and optionally a iteration
count, a digest module, and a MAC module) and provides a file-like
object from which an arbitrarly-sized key can be read.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: http://www.dlitz.net/software/python-pbkdf2/
Section: python
Priority: optional
Filename: pool/main/p/python-pbkdf2/python3-pbkdf2_1.3+20110613.git2a0fb15~ds0-3.2_all.deb