Name: | perl-Crypt-PBKDF2 |
---|---|
Version: | 0.161520 |
Release: | 12.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 54749 |
License: | GPL+ or Artistic |
RPM: | perl-Crypt-PBKDF2-0.161520-12.el9.noarch.rpm |
Source RPM: | perl-Crypt-PBKDF2-0.161520-12.el9.src.rpm |
Build Date: | Thu Feb 10 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
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. |
- Unretired, spec re-written and re-reviewed (#1928111)
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Perl 5.30 rebuild