loader image
Skip to main content

PBKDF2

PBKDF2 is a password-based key derivation function that uses repeated hashing (iterations) to slow down brute-force attacks. It is widely supported, but modern best practice often prefers memory-hard functions like Argon2 where available.

» Site Glossary