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.