diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-12 14:01:05 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-12 14:01:05 -0800 |
commit | 719907c863ba9a5b61a1a056366e23e1100516e8 (patch) | |
tree | cdf036266eea8b39a91ed8badfe3354420d615e4 /docs/hazmat | |
parent | da2d57c43348a7c8f78eadaf298c90930cc64a85 (diff) | |
download | cryptography-719907c863ba9a5b61a1a056366e23e1100516e8.tar.gz cryptography-719907c863ba9a5b61a1a056366e23e1100516e8.tar.bz2 cryptography-719907c863ba9a5b61a1a056366e23e1100516e8.zip |
Be clear about HKDF's applicability for password storage
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/key-derivation-functions.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index 1937c2ec..da47ccd3 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -128,6 +128,7 @@ Different KDFs are suitable for different tasks such as: `HKDF`_ (HMAC-based Extract-and-Expand Key Derivation Function) is suitable for deriving keys of a fixed size used for other cryptographic operations. + **HKDF should not be used for password storage.** .. doctest:: |