How to Install and Uninstall perl-Crypt-PBKDF2 Package on openSUSE Leap

Last updated: July 01,2024

1. Install "perl-Crypt-PBKDF2" package

Learn how to install perl-Crypt-PBKDF2 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Crypt-PBKDF2

2. Uninstall "perl-Crypt-PBKDF2" package

Please follow the steps below to uninstall perl-Crypt-PBKDF2 on openSUSE Leap:

$ sudo zypper remove perl-Crypt-PBKDF2

3. Information about the perl-Crypt-PBKDF2 package on openSUSE Leap

Information for package perl-Crypt-PBKDF2:
------------------------------------------
Repository : Main Repository
Name : perl-Crypt-PBKDF2
Version : 0.161520-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 53.3 KiB
Installed : No
Status : not installed
Source package : perl-Crypt-PBKDF2-0.161520-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Crypt-PBKDF2
Summary : The PBKDF2 password hashing algorithm
Description :
PBKDF2 is a secure password hashing algorithm that uses the techniques of
"key strengthening" to make the complexity of a brute-force attack
arbitrarily high. PBKDF2 uses any other cryptographic hash or cipher (by
convention, usually HMAC-SHA1, but 'Crypt::PBKDF2' is fully pluggable), and
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.