Generate MD5, SHA-1, SHA-256 and SHA-512 hashes of any text. Everything runs in your browser.

The Hash Generator computes MD5, SHA-1, SHA-256 and SHA-512 hashes of any text, live and entirely in your browser. Hashes are used for checksums, integrity checks and fingerprinting data.
A hash function turns any input into a fixed-length string. The same input always yields the same hash, and it is not reversible, which makes hashes useful for checksums and fingerprints.
No. MD5 and SHA-1 are broken for security purposes and should only be used for non-security checksums. Use SHA-256 or SHA-512 when security matters.