Password Hash Generator

Generate multiple cryptographic outputs for a password: PBKDF2, HMAC and SHA, with configurable salt and iterations.

Free
Important: The outputs generated here are useful for testing, comparisons and development. For real password storage, use Argon2id or bcrypt on the server through your framework.

Options

Recommended order

  1. Argon2id - recommended for server-side password storage.
  2. bcrypt - mature and widely used server-side option.
  3. PBKDF2-SHA512 - available in the browser for key derivation.
  4. PBKDF2-SHA256 - compatible and useful for standard workflows.
  5. HMAC-SHA512 - keyed hash for verification and signatures.
  6. SHA-512 / SHA-384 - fast digest, not ideal alone for passwords.
  7. SHA-256 - widely used digest, but insufficient alone for stored passwords.

Generated hashes

0