Hash Generator

MD5, SHA-1, SHA-256, SHA-512 and CRC32 of any text.

Frequently asked questions

What hash algorithms are supported?

MD5, SHA-1, SHA-256, SHA-512 and CRC32. Each is computed over the exact bytes of your input.

Which hash should I use?

For integrity and security use SHA-256 or SHA-512. MD5 and SHA-1 are broken for security but still useful for non-security checksums. CRC32 is for quick error detection only.

Can I reverse a hash?

No. Cryptographic hashes are one-way. The only way to "reverse" one is to guess inputs and hash them until they match.