Hash Generator
Generate MD5, SHA-1, SHA-256 and SHA-512 hashes from any text. All processing is 100% local.
How it works
Select MD5, SHA-1, SHA-256, or SHA-512 using the tab buttons at the top.
Type or paste any text into the input field. The hash is computed instantly as you type.
Click "Copy Hash" to copy the hexadecimal digest to your clipboard. The hash length in bits is shown next to the output.
SHA variants use the browser's built-in Web Crypto API. MD5 runs via a pure JS implementation. Nothing is ever sent to a server.