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

Last updated: February 24,2025

1. Install "python3-argon2" package

Please follow the instructions below to install python3-argon2 on Kali Linux

$ sudo apt update $ sudo apt install python3-argon2

2. Uninstall "python3-argon2" package

This tutorial shows how to uninstall python3-argon2 on Kali Linux:

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

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

Package: python3-argon2
Source: python-argon2
Version: 21.1.0-2
Installed-Size: 94
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (>= 3~), python3-cffi-backend-api-min (<= 9729), python3-cffi-backend-api-max (>= 9729), python3:any, libargon2-1 (>= 0~20171227), libc6 (>= 2.4)
Suggests: python-argon2-doc (= 21.1.0-2)
Size: 22840
SHA256: 0a7fbd48e1ecc0bf049e6edd8ec024deeb4bfea10a191c1e49a6112a632ef6b4
SHA1: 8389ff3b0ae22fac955652985056399793c85a41
MD5sum: de347403b28b954b70d387ee8e89b41f
Description: Argon2 password hashing library - Python 3.x Module
Argon2 is a password-hashing function that can be used to hash passwords
for credential storage, key derivation, or other applications.
.
There are two main versions of Argon2: Argon2i and Argon2d.
Argon2i is the safest against side-channel attacks, while Argon2d provides
the highest resistance against GPU cracking attacks.
.
Argon2i and Argon2d are parametrized by:
* A time cost, which defines the amount of computation realized and
therefore the execution time, given in number of iterations
* A memory cost, which defines the memory usage, given in kibibytes
* A parallelism degree, which defines the number of parallel threads
.
This module provides argon2 hashing primitives for the Python 3 programming
language.
Description-md5:
Homepage: https://argon2-cffi.readthedocs.io/
Section: python
Priority: optional
Filename: pool/main/p/python-argon2/python3-argon2_21.1.0-2_amd64.deb