SO SimonOS
Text & Code Live tool

Hash Generator

Generate SHA-1, SHA-256, SHA-384, and SHA-512 hashes from local text with hex and Base64 output.

Tool Flow

01 Input 02 Process 03 Output

Tool Guide

About the Hash Generator

Use the Hash Generator to create SHA digests from text using the browser Web Crypto API. It outputs hex and Base64 for SHA-1, SHA-256, SHA-384, and SHA-512 so you can compare checksums, create fixture values, or document expected digests.

Common uses

  • Generate SHA-256 or SHA-512 digests for local snippets.
  • Compare hash output while debugging fixtures or examples.
  • Copy hex or Base64 digest output for documentation.
  • Use SHA-1 only when checking legacy systems that still expose it.

Browser workflow

  1. 01 Paste the text you want to hash.
  2. 02 Choose one or more SHA algorithms.
  3. 03 Copy the hex or Base64 digest output you need.