- 23 Eyl, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 Eyl, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Haz, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 30 Mar, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Florian Apolloner for the review.
-
- 11 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 20 Ock, 2015 1 kayıt (commit)
-
-
Adam Taylor yazdı
-
- 17 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 19 Kas, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
load_hashers cached its result regardless of its password_hashers argument which required fragile cache invalidation. Remove that argument in favor of @override_settings and triggering cache invalidation with a signal.
-
- 12 Tem, 2014 1 kayıt (commit)
-
-
Alex Gaynor yazdı
The rate at which we've increased this has not been keeping up with hardware (and software) improvements, and we're now considerably behind where we should be. The delta between our performance and an optimized implementation's performance prevents us from improving that further, but hopefully once Python 2.7.8 and 3.4+ get into more hands we can more aggressively increase this number.
-
- 30 Kas, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks jared_mess for the report.
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 24 Eyl, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
This reverts commit aae5a96d. This fix is no longer necessary, our pbkdf2 (see next commit) implementation no longer rehashes the password every iteration.
-
- 19 Eyl, 2013 1 kayıt (commit)
-
-
Paul McMillan yazdı
Increases the default PBKDF2 iterations, since computers have gotten faster since 2011. In the future, we plan to increment by 10% per major version.
-
- 15 Eyl, 2013 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
* Limit the password length to 4096 bytes * Password hashers will raise a ValueError * django.contrib.auth forms will fail validation * Document in release notes that this is a backwards incompatible change Thanks to Josh Wright for the report, and Donald Stufft for the patch. This is a security fix; disclosure to follow shortly.
-
- 03 Tem, 2013 1 kayıt (commit)
-
-
Simon Charette yazdı
The regression was introduced by 2c4fe761. refs #20593.
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-
- 18 Haz, 2013 2 kayıt (commit)
-
-
Erik Romijn yazdı
-
Erik Romijn yazdı
-
- 15 Haz, 2013 2 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #20599.
-
Jaap Roes yazdı
The _load_library method on BasePasswordHasher turns ImportErrors into ValueErrors, this masks ImportErrors in the algorithm library. Changed it to a clearer worded error message that includes the ImportError string.
-
- 14 May, 2013 1 kayıt (commit)
-
-
Donald Stufft yazdı
* py-bcrypt has not been updated in some time * py-bcrypt does not support Python3 * py3k-bcrypt, a port of py-bcrypt to python3 is not compatible with Django * bcrypt is supported on all versions of Python that Django supports
-
- 03 Nis, 2013 1 kayıt (commit)
-
-
Preston Timmons yazdı
-
- 26 Mar, 2013 1 kayıt (commit)
-
-
Donald Stufft yazdı
BCryptSHA256PasswordHasher pre-hashes the users password using SHA256 to prevent the 72 byte truncation inherient in the BCrypt algorithm.
-
- 25 Şub, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks dahool for the report and initial version of the patch.
-
- 02 Şub, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks apreobrazhensky at gmail.com for the report.
-
- 22 Ara, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Also systematically added non-ascii passwords in hashers test suite. Thanks Vaal for the report.
-
- 12 Eyl, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
The display of the ReadOnlyPasswordHashWidget has also been improved to distinguish empty/unusable password from erroneous password. Fixed #18453 also. Thanks danielr and Leo for the reports and Moritz Sichert for the initial patch.
-
- 07 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
-
- 06 Haz, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Eli Collins for the report and the patch.
-
- 30 Mar, 2012 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 29 Şub, 2012 1 kayıt (commit)
-
-
Paul McMillan yazdı
Adds a salted MD5 hasher for backwards compatibility. Thanks gunnar@g10f.de for the report. Also fixes a bug preventing the hasher tests from being run during contrib tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17604 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 23 Ara, 2011 1 kayıt (commit)
-
-
Paul McMillan yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-