diff options
author | David Reid <dreid@dreid.org> | 2014-02-03 10:45:11 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-02-03 10:45:11 -0800 |
commit | b9fa7712a751c4b54dd4b9ba54552a66cc89a34e (patch) | |
tree | 46cce51a8c7c736e798521ab4a482bb896a1c0b1 | |
parent | b80deea4bf341e2c4a283f24fec1958824195ef7 (diff) | |
download | cryptography-b9fa7712a751c4b54dd4b9ba54552a66cc89a34e.tar.gz cryptography-b9fa7712a751c4b54dd4b9ba54552a66cc89a34e.tar.bz2 cryptography-b9fa7712a751c4b54dd4b9ba54552a66cc89a34e.zip |
Lose the bit about passwords.
-rw-r--r-- | docs/hazmat/primitives/key-derivation-functions.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index b74dc41a..5c3485cc 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -184,9 +184,7 @@ Different KDFs are suitable for different tasks such as: This checks whether deriving a new key from the supplied ``key_material`` generates the same key as the ``expected_key``, and - raises an exception if they do not match. This can be used for - checking whether the password a user provides matches the stored derived - key. + raises an exception if they do not match. .. _`NIST SP 800-132`: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf .. _`Password Storage Cheat Sheet`: https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet |