PBKDF2 Key Generator
Derive cryptographic keys from passwords using PBKDF2 (RFC 8018). Uses the Web Crypto API — nothing leaves your browser.
16 random bytes recommended. The salt is used as-is (UTF-8 encoded).
Recommended: ≥100,000 for SHA-256. Higher = slower but more secure.