Skip to content

Security

PBKDF2 Password Derivation

Derive a 256-bit key from a password and salt using browser Web Crypto.

Input stays in this browser

Derive a deterministic key from a password and salt with PBKDF2 in Web Crypto.

Use a unique, non-secret salt in production.

How it works

Choose a salt, iteration count, and hash algorithm. The tool derives a hexadecimal key locally.

Note

Use a unique salt and an application-appropriate work factor in production.