Commit 0024fbb5 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 3.4

parents c12318a7 0d81d80f
...@@ -180,9 +180,9 @@ Key Derivation Function ...@@ -180,9 +180,9 @@ Key Derivation Function
----------------------- -----------------------
Key derivation and key stretching algorithms are designed for secure password Key derivation and key stretching algorithms are designed for secure password
hashing. Naive algorithms such as ``sha1(password)`` are not resistant hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
against brute-force attacks. A good password hashing function must be tunable, brute-force attacks. A good password hashing function must be tunable, slow, and
slow and include a salt. include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
.. function:: pbkdf2_hmac(name, password, salt, rounds, dklen=None) .. function:: pbkdf2_hmac(name, password, salt, rounds, dklen=None)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment