Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase default PBKDF2 iterations #1644

Merged
merged 1 commit into from
Sep 19, 2013

Conversation

PaulMcMillan
Copy link
Contributor

Increases the default PBKDF2 iterations, since computers have gotten
faster since 2011. In the future, we plan to increment by 10% per
major version.

@@ -89,6 +89,13 @@ any time leading up to the actual release:
key you'll use for the release, and should include patches for each issue
being fixed.

#. If this is a major release, make sure the tests pass, then increase
the default PBKDF2 iterations in
django.contrib.auth.hashers.PBKDF2PasswordHasher by about 10% (pick
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

include `` around django.contrib.auth.hashers.PBKDF2PasswordHasher

Increases the default PBKDF2 iterations, since computers have gotten
faster since 2011. In the future, we plan to increment by 10% per
major version.
@timgraham
Copy link
Member

Looks good to me.

PaulMcMillan added a commit that referenced this pull request Sep 19, 2013
@PaulMcMillan PaulMcMillan merged commit f8f4771 into django:master Sep 19, 2013
@PaulMcMillan PaulMcMillan deleted the bump_hash_iterations branch September 19, 2013 19:18
@PaulMcMillan PaulMcMillan restored the bump_hash_iterations branch September 19, 2013 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants