From: Benjamin Peterson Date: Sun, 27 Sep 2015 08:23:10 +0000 (-0700) Subject: shorten and fix casing of title X-Git-Tag: v2.7.11rc1~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4865ad2bc724230ebc03794586f47ca3671ce7;p=python shorten and fix casing of title --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index e33ef50a6e..9c6c4b973a 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