snaptxt.app

Hash Generator

Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text or a file. Everything is hashed in your browser — nothing is uploaded.

MD5

SHA-1

SHA-256

SHA-512

How to use it

  1. 1Choose Text to hash a string, or File to hash a file.
  2. 2Type your text, or drop a file onto the dropzone.
  3. 3Copy any of the MD5, SHA-1, SHA-256, or SHA-512 digests.

Common use cases

  • Verify a downloaded file's integrity against a published checksum.
  • Generate a SHA-256 digest for an API signature or cache key.
  • Compare two values to confirm they're identical.
  • Produce a quick fingerprint of a blob of text or config.

Frequently asked questions

Is my file or text uploaded?
No. Hashing runs entirely in your browser using the Web Crypto API — nothing is sent anywhere.
Which algorithms are supported?
MD5, SHA-1, SHA-256, and SHA-512. SHA variants use the browser's native Web Crypto; MD5 uses a small in-browser library.
Should I use MD5 or SHA-1 for security?
No — MD5 and SHA-1 are broken for cryptographic purposes and should only be used for checksums or legacy compatibility. Use SHA-256 or SHA-512 for security.
Is there a file size limit?
There's no hard limit, but very large files are read fully into memory, so multi-gigabyte files may be slow or fail.

Related tools

Base64 Encode / Decode
Encode and decode text and files to and from Base64.
HTML Live Preview
Write HTML, CSS, and JavaScript and see the result instantly.
JSON Formatter
Format, validate, minify, diff, and explore JSON — with optional on-device AI that summarizes any payload in plain English.
JWT Decoder
Inspect the header, payload, and expiry of any JSON Web Token — with optional on-device AI that explains what the token grants in plain English.
SQL Formatter
Beautify, format, and minify SQL queries for any dialect — with optional on-device AI that explains what a query does in plain English.
Unix Timestamp Converter
Convert Unix timestamps to dates and back, in any timezone.
JSON to TypeScript
Generate TypeScript interfaces or type aliases from JSON.
Markdown to PDF
Convert Markdown to a beautifully styled PDF in your browser.
QR Code Generator
Make QR codes for websites, Wi-Fi passwords, contact cards, social handles, email, SMS, and more. Download as PNG or SVG — or as a ZIP with one branded QR per social platform.
Password Generator
Generate strong, secure passwords in your browser. Nothing is sent or saved to any server.
Text Diff
Compare two pieces of text and see line-by-line, word-by-word, or character-by-character what changed.
UUID / ULID Generator
Generate UUID v4, UUID v7, or ULID identifiers in bulk, instantly in your browser.
SVG to PNG / JPEG / WebP
Convert SVG to PNG, JPEG, or WebP at any size — quality slider, transparent or colored background, copy to clipboard. Free, in your browser.
URL Encoder / Decoder
Encode or decode URLs and query parameters with component-vs-full-URI scope, plus a query-string breakdown. Free, in your browser.
Regex Tester
Test JavaScript regular expressions with live highlighting and a capture-group inspector — plus an AI regex generator that turns plain-English descriptions into regex (on-device Gemini Nano).
Color Converter
Convert colors between HEX, RGB, HSL, HSV, and OKLCH, and generate tint, shade, and harmony palettes. Free, in your browser.
HTML ↔ Markdown Converter
Convert HTML to Markdown or Markdown to HTML with a live preview. GFM tables, fenced code blocks, inline formatting. Free, in your browser.
Cron Builder
Build cron expressions visually or describe the schedule in plain English and let on-device AI write it for you. Plain-English explanation, next 5 runs, presets.