Sun, 10 Nov 2024 05:04:22 UTC | login

Information for build perl-Crypt-PBKDF2-0.161520-12.fc33

ID194631
Package Nameperl-Crypt-PBKDF2
Version0.161520
Release12.fc33
Epoch
SummaryThe PBKDF2 password hashing algorithm
DescriptionPBKDF2 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 24 Apr 2021 03:52:40 UTC
CompletedSat, 24 Apr 2021 03:52:40 UTC
Tags
f33
f37
f38
RPMs
src
perl-Crypt-PBKDF2-0.161520-12.fc33.src.rpm (info) (download)
noarch
perl-Crypt-PBKDF2-0.161520-12.fc33.noarch.rpm (info) (download)
Changelog * Fri Feb 12 2021 Paul Howarth <paul@city-fan.org> - 0.161520-12 - Unretired, spec re-written and re-reviewed (#1928111) * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-9 - Perl 5.30 rebuild