Content deleted Content added
→Password hashing: Listed OWASP recommended KDFs for password hashing. |
→Key derivation: add SSKDF example and hint on optional 'info' parameter |
||
Line 22:
* As components of multiparty [[key-agreement protocol]]s. Examples of such key derivation functions include KDF1, defined in [[IEEE P1363|IEEE Std 1363-2000]], and similar functions in ANSI X9.42.
* To derive keys from secret passwords or passphrases (a ''password-based KDF'').
* To derive keys of different length from the ones provided
* [[Key stretching]] and key strengthening.
|