Fri, 20 Sep 2024 02:43:08 UTC | login

Information for build perl-Crypt-PBKDF2-0.161520-6.fc29

ID49613
Package Nameperl-Crypt-PBKDF2
Version0.161520
Release6.fc29
Epoch
SummaryPBKDF2 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 back-end 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
StartedThu, 12 Jul 2018 18:08:18 UTC
CompletedThu, 12 Jul 2018 18:08:18 UTC
Tags
f29
RPMs
src
perl-Crypt-PBKDF2-0.161520-6.fc29.src.rpm (info) (download)
noarch
perl-Crypt-PBKDF2-0.161520-6.fc29.noarch.rpm (info) (download)
Changelog * Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-6 - Perl 5.28 rebuild * Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 06 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-3 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.161520-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Aug 01 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.161520-1 - 0.161520 bump