Advertisement

Hash Generator

Generate cryptographic hashes from text using MD5, SHA-1, SHA-256 and SHA-512. Everything runs locally in your browser.

Input Text
Hashes
AlgorithmHash
Advertisement
Note

SHA algorithms use the browser Web Crypto API. MD5 is implemented locally for compatibility checks only and should not be used for new security-sensitive systems.

About Hash Generators

A hash function converts input data into a fixed-length fingerprint. Even a small change in input creates a completely different hash. Hashes are commonly used for checksums, integrity checks, caches and signatures.

Which hash should I use?

Privacy

Your input never leaves your browser.