Tervix
en

Appearance

Local profile

No name

Only in this browser

Manage profile
Open navigation menu
Developer tools

Hash Generator

Generate SHA hashes from text directly in your browser.

Your data stays in your browser and is never uploaded to a server.

0 characters

How to generate a text hash

  1. 1

    Enter the exact text you want to hash.

  2. 2

    Choose a SHA algorithm and hexadecimal or Base64 output.

  3. 3

    Generate and copy the deterministic digest.

Key features

Web Crypto API

Hashes are produced locally with the browser's native cryptographic API.

Multiple SHA algorithms

Generate SHA-1, SHA-256, SHA-384 or SHA-512 digests.

Hex or Base64

Choose the representation required by your workflow.

Frequently asked questions

Can a hash be reversed?

Cryptographic hashes are one-way functions and are not designed to be decoded.

Which algorithm should I choose?

SHA-256 is a strong general default. SHA-384 and SHA-512 provide longer digests.

Is this suitable for storing passwords?

No. Password storage should use a dedicated, salted password hashing function such as Argon2 or scrypt.

Related tools