Hash Generator

256-bit SHA-2 hash (64 hexadecimal characters). Standard for integrity checks and signatures.

About the Hash Generator

Generate MD5, SHA-256 and Bcrypt hashes from any text, entirely in your browser. Useful for verifying file integrity, comparing checksums, generating tokens and creating password hashes during development. No text is sent to any server — every calculation happens locally.

How to generate a hash in 4 steps

  1. Choose the algorithm (MD5, SHA-256 or Bcrypt).
  2. Paste or type the text to convert.
  3. For Bcrypt only: adjust the cost (rounds). Default: 10.
  4. Click Generate and use the Copy button.

Difference between MD5, SHA-256 and Bcrypt

AlgorithmSizeIdeal useSafe for passwords?
MD5128 bits / 32 charsChecksum, integrityNo
SHA-256256 bits / 64 charsSignatures, blockchain, integrityNot recommended
Bcrypt~60 chars (with salt)Password storageYes

Frequently asked questions