Hash Generator

Generate common cryptographic hashes and checksums directly in your browser. Your input text is not uploaded to the server.

Input text 0 bytes
Hash output 0 characters
Ready
Enter text to generate a hash

Processing happens locally in your browser. Input is limited to 2 MB.

Browser-localYour text stays on your device. Only anonymous usage metadata such as byte counts and processing time may be recorded.
Security labelsSHA-256 and modern SHA-2/SHA-3 hashes are preferred for general cryptographic hashing. MD5 and SHA-1 are clearly treated as legacy.
Not password hashingThis tool does not generate bcrypt or Argon2id password hashes. Password storage requires dedicated salted, slow password-hashing functions.

SHA-2 and SHA-3

Generate SHA-224, SHA-256, SHA-384, SHA-512 and SHA3-224/256/384/512 digests for modern hashing workflows.

Legacy compatibility

Generate MD5, SHA-1 and RIPEMD-160 when interoperating with older systems, while keeping their security limitations visible.

CRC32 checksum

Create a compact CRC32 checksum for accidental-corruption checks. CRC32 is not a cryptographic security hash.