How to Install and Uninstall libargon2-0 Package on Kali Linux

Last updated: April 29,2024

1. Install "libargon2-0" package

Please follow the step by step instructions below to install libargon2-0 on Kali Linux

$ sudo apt update $ sudo apt install libargon2-0

2. Uninstall "libargon2-0" package

This tutorial shows how to uninstall libargon2-0 on Kali Linux:

$ sudo apt remove libargon2-0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libargon2-0 package on Kali Linux

Package: libargon2-0
Source: argon2
Version: 0~20171227-0.3
Installed-Size: 20
Maintainer: Luca Bruno
Architecture: amd64
Depends: libargon2-1 (= 0~20171227-0.3)
Size: 6136
SHA256: bcbf6139e1cecc4e84bbf32d8b56ac59843c6d47ee467b0ea9b42b4b4e9f94ab
SHA1: 98c9328c375a27758babaf1001c64b031d5659f2
MD5sum: 0e35f802b25e62cb0e22ae4e0bbb7180
Description: memory-hard hashing function - runtime library
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 provides compatibility for packages built against older
versions of libargon2.
Description-md5: 8e7e10079ad8e86a4eb50d0bc712e788
Homepage: https://github.com/P-H-C/phc-winner-argon2
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/a/argon2/libargon2-0_0~20171227-0.3_amd64.deb