Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d81d80

Browse files
committed
link to wikipedia description of cryptographic salt
1 parent 0ccff4d commit 0d81d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/hashlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Key Derivation Function
182182
Key derivation and key stretching algorithms are designed for secure password
183183
hashing. Naive algorithms such as ``sha1(password)`` are not resistant against
184184
brute-force attacks. A good password hashing function must be tunable, slow, and
185-
include a salt.
185+
include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
186186

187187

188188
.. function:: pbkdf2_hmac(name, password, salt, rounds, dklen=None)

0 commit comments

Comments
 (0)