Skip to content
ConvenTools

Hash Generator (SHA-1, SHA-256, SHA-512)

Runs in your browser — your files never leave your device

Generate SHA-1, SHA-256, SHA-384 or SHA-512 hashes from any text, right in your browser. Powered by the Web Crypto API, with the hex digest ready to copy — nothing is uploaded.

Text
SHA-256 hash (hex)

How to use it

  1. 1
    Choose an algorithm

    Pick SHA-1, SHA-256, SHA-384 or SHA-512.

  2. 2
    Enter your text

    Type or paste the text to hash; the digest updates instantly.

  3. 3
    Copy the hash

    Copy the lowercase hex digest with one click.

Secure hashing in the browser

A hash turns any input into a fixed-length fingerprint. Hashes are used for checksums, integrity checks and deriving identifiers. This tool uses your browser’s native Web Crypto implementation, so it’s fast and runs entirely on your device.

Which algorithm?

SHA-256 is the sensible default for most uses. SHA-1 is included for legacy compatibility (it’s no longer collision-resistant), while SHA-384 and SHA-512 offer larger digests.

Frequently asked questions

Is my text sent to a server to be hashed?

No. Hashing uses the Web Crypto API in your browser; your text never leaves your device.

Do you support MD5?

Not currently — the Web Crypto API doesn’t provide MD5. The SHA family is offered, with SHA-256 recommended for most uses.

Is the hash reversible?

No. A cryptographic hash is one-way; you can’t recover the original text from the digest.

Why is SHA-1 marked legacy?

SHA-1 is no longer collision-resistant and shouldn’t be used for security. It’s provided for compatibility with older systems.