Loading…
Generate MD5, SHA-1, SHA-256, SHA-384, and SHA-512 hashes for any text.
—————Cryptographic hash functions produce a fixed-length digest from any input. MD5 is available via a pure-JS implementation. SHA-256 and SHA-512 are widely used for data integrity verification and use the browser's SubtleCrypto API. All hashing happens entirely in your browser — your input never leaves your device.