๐Ÿ”‘ Hash Generator

Generate cryptographic hashes from any text

๐Ÿ’ก How does this tool work?

This tool generates cryptographic hash digests from your text input using the Web Crypto API.

  • SHA-1: 160-bit hash (40 hex chars) โ€” legacy, avoid for security-critical use.
  • SHA-256: 256-bit hash (64 hex chars) โ€” the most widely used secure hash.
  • SHA-384: 384-bit hash (96 hex chars) โ€” extended security variant.
  • SHA-512: 512-bit hash (128 hex chars) โ€” maximum security hash.

All hashing is done client-side using your browser's built-in crypto.subtle API. No data is ever sent to a server.

Input Text0 chars ยท 0 bytes