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

Improved PBKDF2 defaults #753

Closed
wants to merge 3 commits into from
Closed

Improved PBKDF2 defaults #753

wants to merge 3 commits into from

Commits on Aug 4, 2015

  1. Improved PBKDF2 defaults

    - Increased number of rounds from 1000 to 50000
    - Changed default hash from `SHA1` to `SHA256`
    - Also updated documentation to not suggest SHA1 with 2000 rounds.
    robik committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    38639c5 View commit details
    Browse the repository at this point in the history
  2. Updated test_security.py

    robik committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    0fa6763 View commit details
    Browse the repository at this point in the history
  3. Code style fixes

    robik committed Aug 4, 2015
    Configuration menu
    Copy the full SHA
    3662f48 View commit details
    Browse the repository at this point in the history