Security Tools
Browser-only tool

Hash Generator

Hash text using modern SHA algorithms with the browser crypto API.

Generate hashes

SHA-256

SHA-384

SHA-512

How it works

  • Input is encoded with UTF-8.
  • The browser crypto API computes SHA-256, SHA-384, and SHA-512.
  • Hashes update as you type.

FAQ

Is SHA hashing encryption?

No. Hashes are one-way digests, not reversible encryption.

Can I hash files?

This tool currently hashes text input only.