Hash Generator

Generate MD5, SHA-1, and SHA-256 hashes of any text.

What are these hashes used for?

Hashes verify file/text integrity and are used in checksums, password storage (with proper salting), and git commit IDs. MD5 and SHA-1 are fast but no longer considered secure for cryptographic purposes — use SHA-256 or higher for security-sensitive work.