PBKDF2 Password Derivation

Feedback
Recommended value: 1000 or more times. The higher the value, the more secure it is.
Recommended value: 128, 256, or 512.

📖 Description

This algorithm securely generates an encryption key from a password to prevent brute force attacks.

In the "Password" box, enter your original password.

In the "Salt" box, enter a random string as a salt.

Set the number of iterations and key length. A higher number of iterations increases security.

Click the "Generate Key" button to receive the final hexadecimal key in the "Output Key" box.