SHA-1 hash generator
Paste any text and instantly get its SHA-1 digest — a 160-bit value shown as 40 hexadecimal characters. The hash updates as you type.
Hashing runs entirely in your browser using the standard Web Crypto API, so it is safe to use with sensitive strings — nothing is uploaded to any server.
SHA-1 is broken for collision resistance, so avoid it for signatures or password hashing. It remains handy for checksums, Git object identifiers, and legacy systems that still expect SHA-1.