SHA-256 Hash Generator

Calculate cryptographic text digests with the native Web Crypto API. Choose SHA-256, SHA-384, or SHA-512 and export the result.

How to use

  1. Enter text and choose a digest algorithm.
  2. Select hexadecimal or Base64 output.
  3. Hash locally and copy or download the digest.

Hashing & file checksum

Ready

Hash output will appear here

    Common use cases

    • Verifying text integrity
    • Comparing build or release values
    • Learning cryptographic hashing

    Frequently asked questions

    Can a hash be reversed?

    Cryptographic hashes are designed to be one-way, although weak or guessable inputs can still be guessed.

    Does hashing send text to a server?

    No. Text hashing uses the browser Web Crypto API locally.