Hash & Checksum Generator

Hash text or a local file entirely in your browser using the Web Crypto API. Nothing is uploaded, added to the URL, or saved — reload the page and the input is gone.

Algorithm

Modern

Output encoding

Digest

Hash and checksum examples

Known test vectors help confirm that an algorithm, input encoding, and output encoding agree.

SHA-256 of hello world

b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9

Use this value to verify a UTF-8, lowercase-hex SHA-256 implementation.

Integrity comparison

computed digest === published digest

A match detects accidental or malicious changes only when the expected digest came from a trusted source.

Common mistakes

  • Using MD5 or SHA-1 for new security-sensitive workflows.
  • Comparing Base64 values case-insensitively.
  • Trusting a checksum downloaded beside an untrusted file.

Examples and guidance reviewed .

FAQ

See also: