Hash Generator

Compute SHA-1, SHA-256, SHA-384, and SHA-512 hashes via WebCrypto.

About this tool

Uses the browser WebCrypto API (crypto.subtle.digest) to compute cryptographic hashes. Returns SHA-1, SHA-256, SHA-384, and SHA-512 in one pass. MD5 is deliberately not offered — it is cryptographically broken and not supported by WebCrypto. For anything security-adjacent, use SHA-256 or SHA-512.