SHA-256 & SHA-1 Hash Generator

Fingerprint any UTF-8 text as lowercase hexadecimal. Uses the browser’s SubtleCrypto API — not for file checksums of large binaries (paste text only).

Security notes

SHA-1 is deprecated for certificates and signatures, but still used for quick non-cryptographic checksums. Prefer SHA-256 for new workflows.

This page requires a secure context (https:// or localhost) for crypto.subtle in most browsers.

Your input is never uploaded — hashing runs entirely on your device.

Related tools