How to Install and Uninstall python-argon2-doc Package on Kali Linux

Last updated: September 21,2024

1. Install "python-argon2-doc" package

Please follow the guidelines below to install python-argon2-doc on Kali Linux

$ sudo apt update $ sudo apt install python-argon2-doc

2. Uninstall "python-argon2-doc" package

This is a short guide on how to uninstall python-argon2-doc on Kali Linux:

$ sudo apt remove python-argon2-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-argon2-doc package on Kali Linux

Package: python-argon2-doc
Source: python-argon2
Version: 21.1.0-2
Installed-Size: 270
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-sphinxdoc (>= 4.3)
Size: 54756
SHA256: 7ee8a2e991a62c6ab5fbdf5fefb23d4fab3d4d397f976a15ec97637718271956
SHA1: dc0c25c617440ba863ee384fb3b568c866ea0616
MD5sum: 6afe9a08e83691dd1fc49c919f1b7c25
Description: Argon2 password hashing library - Python Module Documentation
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 the documentation for the argon2 Python modules.
Description-md5:
Multi-Arch: foreign
Homepage: https://argon2-cffi.readthedocs.io/
Section: doc
Priority: optional
Filename: pool/main/p/python-argon2/python-argon2-doc_21.1.0-2_all.deb