Embedded SDK
Embedded SDK
|
PBKDF2 (Password-Based Key Derivation Function) More...
Go to the source code of this file.
PBKDF2 (Password-Based Key Derivation Function)
PBKDF2 is a key derivation function i.e. it produces a key from a base key (a password) and other parameters (a salt and an iteration counter). It consists in iteratively deriving HMAC.
Definition in file lcx_pbkdf2.h.