diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-09-27 08:23:10 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-09-27 08:23:10 (GMT) |
commit | 9b4865ad2bc724230ebc03794586f47ca3671ce7 (patch) | |
tree | c93e457fad73734a10c1dd5111921a2e91c15a0c /Doc | |
parent | 0c58d31ba1080aa4308f9352e1609876286bc9db (diff) | |
download | cpython-9b4865ad2bc724230ebc03794586f47ca3671ce7.zip cpython-9b4865ad2bc724230ebc03794586f47ca3671ce7.tar.gz cpython-9b4865ad2bc724230ebc03794586f47ca3671ce7.tar.bz2 |
shorten and fix casing of title
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/hashlib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index e33ef50..9c6c4b9 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -153,8 +153,8 @@ A hash object has the following methods: compute the digests of strings that share a common initial substring. -Key Derivation Function ------------------------ +Key derivation +-------------- Key derivation and key stretching algorithms are designed for secure password hashing. Naive algorithms such as ``sha1(password)`` are not resistant against |