What does PBKDF2 do?
PBKDF2 repeatedly applies a pseudorandom function to a password and salt to derive key material.
Security
Derive cryptographic key material with PBKDF2 using configurable salt, iterations and hash algorithm.
Derive cryptographic key material with PBKDF2 using configurable salt, iterations and hash algorithm.
This tool runs in your browser. Your input is processed locally and is not uploaded.
Use this PBKDF2 generator for compatibility testing, key derivation experiments and migration work. Configure the salt, iteration count, digest and output length while keeping all inputs local.
PBKDF2 repeatedly applies a pseudorandom function to a password and salt to derive key material.
A higher iteration count makes each password guess more expensive for attackers.
No. The salt may be stored with the derived value, but it should be random and unique for each password.