mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
merge 3.4
This commit is contained in:
commit
0024fbb5ce
1 changed files with 3 additions and 3 deletions
|
@ -180,9 +180,9 @@ Key Derivation Function
|
|||
-----------------------
|
||||
|
||||
Key derivation and key stretching algorithms are designed for secure password
|
||||
hashing. Naive algorithms such as ``sha1(password)`` are not resistant
|
||||
against brute-force attacks. A good password hashing function must be tunable,
|
||||
slow and include a salt.
|
||||
hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
|
||||
brute-force attacks. A good password hashing function must be tunable, slow, and
|
||||
include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
|
||||
|
||||
|
||||
.. function:: pbkdf2_hmac(name, password, salt, rounds, dklen=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue