Concept
PBKDF2 0
PBKDF2 (Password-Based Key Derivation Function 2) is a cryptographic algorithm used to derive a secure encryption key from a password by applying a pseudorandom function, such as HMAC, multiple times. It enhances security by using a salt and iterating the hash function multiple times to make brute-force attacks computationally expensive.
Relevant Degrees