PBKDF2
PBKDF2 derives a cryptographic key from a password by applying a hash function many times with a salt, slowing brute-force attempts.
Iteration count is the security parameter. Modern deployments prefer memory-hard alternatives such as Argon2 where they are available. Continue with Password security that actually helps for the longer explanation.