How to Install and Uninstall libcrypt-pbkdf2-perl Package on Kali Linux

Last updated: May 18,2024

1. Install "libcrypt-pbkdf2-perl" package

In this section, we are going to explain the necessary steps to install libcrypt-pbkdf2-perl on Kali Linux

$ sudo apt update $ sudo apt install libcrypt-pbkdf2-perl

2. Uninstall "libcrypt-pbkdf2-perl" package

Please follow the step by step instructions below to uninstall libcrypt-pbkdf2-perl on Kali Linux:

$ sudo apt remove libcrypt-pbkdf2-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcrypt-pbkdf2-perl package on Kali Linux

Package: libcrypt-pbkdf2-perl
Version: 0.161520-2
Installed-Size: 57
Maintainer: Debian Perl Group
Architecture: all
Depends: libdigest-hmac-perl, libdigest-sha3-perl, libmodule-runtime-perl, libmoo-perl, libnamespace-autoclean-perl, libstrictures-perl, libtry-tiny-perl, libtype-tiny-perl, perl:any
Size: 22412
SHA256: 00b79b8d715537102822e75c64e93b874a0b1e48ea379c7e73d752cf88384d7d
SHA1: 1c880abc8fa3a1a85afc43abcafb2e8c68b8a26c
MD5sum: 07895e40c9d43a0a155b248942e70eaf
Description: Perl implementation of PBKDF2 password hash
PBKDF2 (part of the PKCS#5 standard) is a secure password hashing
algorithm that uses the techniques of "key strengthening" to make the
complexity of a brute-force attack arbitrarily high. The Crypt::PBKDF2
module supports SHA-1, SHA-2 and SHA-3 as the underlying hash functions
natively and can also use arbitrary Digest-compatible classes. It
allows for an arbitrary number of iterations of the hashing function,
and a nearly unlimited output hash size (up to 2**32 - 1 times the size
of the output of the backend hash). The hash is salted, as any password
hash should be, and the salt may also be of arbitrary size.
Description-md5:
Homepage: https://metacpan.org/release/Crypt-PBKDF2
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libc/libcrypt-pbkdf2-perl/libcrypt-pbkdf2-perl_0.161520-2_all.deb