Embedded SDK
Embedded SDK
lcx_pbkdf2.h File Reference

PBKDF2 (Password-Based Key Derivation Function) More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

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.