Slide 21
Slide 21 text
Key Derivation Function (KDF)
• It derives one or more secret keys from a secret value using pseudorandom function
• Has the characteristics for a password hash function
• DK = KDF(key, salt, iterations)
• ex)
• PBKDF2: NIST standard, government-friendly
• bcrypt
• scrypt
• argon2: Password Hashing Competition Winner
Master Key
KDF
Secret Key