mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
shorten and fix casing of title
This commit is contained in:
parent
6aa1564e9c
commit
c402d8dcea
1 changed files with 2 additions and 2 deletions
|
@ -176,8 +176,8 @@ A hash object has the following methods:
|
||||||
compute the digests of data sharing a common initial substring.
|
compute the digests of data sharing a common initial substring.
|
||||||
|
|
||||||
|
|
||||||
Key Derivation Function
|
Key derivation
|
||||||
-----------------------
|
--------------
|
||||||
|
|
||||||
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 against
|
hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue