Text Hash Generator
Hashes for text. MD5 is checksum-only with an explicit warning.
Hex digest
Output will appear here.
How to use
Type or paste text, pick an algorithm (MD5, SHA-1, SHA-256, SHA-512), then compute. Output is lowercase hex—copy it with one click.
SHA-256/512 suit passwords (when part of a proper KDF), signatures, and integrity checks. MD5 and SHA-1 are legacy checksums only—avoid them in new security designs.
Identical input yields the same digest; different newline styles (\n vs \r\n) change the hash—normalize line endings when comparing files.