PBKDF2-SHA256 Hash Generator Online
Hash passwords and derive cryptographic keys client-side using PBKDF2 and Scrypt KDF algorithms.
Result
This page opens the password hasher with PBKDF2-SHA256 already selected — type a password, adjust the salt and iteration count, and read the derived hash.
PBKDF2 with HMAC-SHA256 stretches a password by repeating the hash for thousands of iterations; the iteration count is your work-factor dial. It is a long-standing standards-track KDF with native Web Crypto support, so it is often the pragmatic pick for interoperable password storage — raise the iterations until derivation takes a noticeable fraction of a second.
The full tool also derives PBKDF2-SHA512 and memory-hard Scrypt hashes and shows a live timing estimate. Everything is computed locally in your browser — the password never leaves your machine.