How to Install and Uninstall argon2 Package on Kali Linux

Last updated: April 29,2024

1. Install "argon2" package

Please follow the steps below to install argon2 on Kali Linux

$ sudo apt update $ sudo apt install argon2

2. Uninstall "argon2" package

Please follow the step by step instructions below to uninstall argon2 on Kali Linux:

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

3. Information about the argon2 package on Kali Linux

Package: argon2
Source: argon2 (0~20190702+dfsg-4)
Version: 0~20190702+dfsg-4+b1
Installed-Size: 66
Maintainer: Debian Security Tools
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 24400
SHA256: f205399982abad96e798bde535267a855d16eadf9e429ba34f4cdc800a1af6ac
SHA1: dee02f4c7ba4f207bcdfa8d11c1f52b8c57cec8f
MD5sum: 81c009fe05759807184a8921581e8234
Description: memory-hard hashing function - utility
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 package contains the argon2 tool for hashing data on the command-line.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/P-H-C/phc-winner-argon2
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/a/argon2/argon2_0~20190702+dfsg-4+b1_amd64.deb