Generate a SHA-1, SHA-256, or SHA-512 hash of any text using your browser's built-in crypto — nothing is uploaded.
MD5 is cryptographically broken and isn't provided by the browser's native crypto API. SHA-256 is the modern default.
No — hashing uses the browser's SubtleCrypto API and never leaves your device.