mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
oxford comma
This commit is contained in:
parent
1a2cf9aba7
commit
0ccff4d3e1
@ -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.
|
||||
|
||||
|
||||
.. function:: pbkdf2_hmac(name, password, salt, rounds, dklen=None)
|
||||
|
Loading…
Reference in New Issue
Block a user