Thu, 28 Nov 2024 05:41:32 UTC | login

Information for build py-bcrypt-0.4-8.fc28

ID15670
Package Namepy-bcrypt
Version0.4
Release8.fc28
Epoch
SummaryPython bindings for OpenBSD's Blowfish password hashing code
Descriptionpython-bcrypt is a Python wrapper of OpenBSD's Blowfish password hashing code, as described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazières. This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line password cracking and frustrate fast hardware implementation. The computation cost of the algorithm is parametised, so it can be increased as computers get faster. The intent is to make a compromise of a password database less likely to result in an attacker gaining knowledge of the plain-text passwords (e.g. using John the Ripper).
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:23:58 UTC
CompletedSat, 14 Apr 2018 20:23:58 UTC
Tags
f28
f29
RPMs
src
py-bcrypt-0.4-8.fc28.src.rpm (info) (download)
riscv64
py-bcrypt-0.4-8.fc28.riscv64.rpm (info) (download)
python3-py-bcrypt-0.4-8.fc28.riscv64.rpm (info) (download)
Changelog * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-8 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Tue Nov 19 2013 Jon Ciesla <limburgher@gmail.com> - 0.4-1 - Latest upstream, added support for Python 3 and two new functions: bcrypt.checkpw() and bcrypt.kdf() * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Tue Mar 26 2013 Jon Ciesla <limburgher@gmail.com> - 0.3-1 - Latest upstream, fixes CVE-2013-1895: concurrency issue leading to auth bypass * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Aug 17 2010 david.r@ultracar.co.uk - 0.2-4 - Altered spec file to allow building across py2.6 and py2.7 * Thu Aug 12 2010 dcr226@fedorapeople.org - 0.2-3 - Rebuilt for python 2.7 * Wed Aug 11 2010 dcr226@fedoraproject.org - 0.2-2 - packaged for Fedora * Mon Jun 14 2010 djm@mindrot.org - (djm) Prefer setuptools for packaging. Based on patch from Niall O'Higgins. - (djm) Release py-bcrypt-0.2 * Thu Oct 01 2009 djm@mindrot.org - (djm) Allow Python threads to run during (potentially lengthy) bcrypt operation. Patch from vijay AT meebo-inc.com * Tue Aug 08 2006 djm@mindrot.org - (djm) Add support for Win32 * Mon May 22 2006 djm@mindrot.org - (djm) Start