Skip to main content
office tool · On-device processing

File Hash Checker

Calculate SHA-1 and SHA-256 hashes of files.

Processed entirely in your browser. The selected file is not uploaded to FileLume.

Accepted input

No file required

On-device processing

Processed entirely in your browser. The selected file is not uploaded to FileLume.

Access

No account required for core tools

Formats: No file required
Privacy: On-device processing. Processed entirely in your browser. The selected file is not uploaded to FileLume. The active file exists in browser memory for this tab. Closing, reloading, or clearing the workflow removes the active in-memory file and generated preview URLs.
Outcome: Calculate SHA-1 and SHA-256 hashes of files.

Choose files

Tap to choose from Files.

Supported: No file required · Outcome: Calculate SHA-1 and SHA-256 hashes of files.

Processed entirely in your browser. The selected file is not uploaded to FileLume.

Settings

Strong defaults are selected. Open Advanced only when you need more control.

No configuration needed.

Helpful details before processing

Calculate SHA-1 and SHA-256 values for selected files on this device and download the results as text.

Technical details · Reviewed 2026-07-13

What this tool does

Calculate SHA-1 and SHA-256 values for selected files on this device and download the results as text.

How it works in FileLume

  • The browser reads each selected file and calculates cryptographic digest values locally.
  • FileLume writes the per-file hash results into hashes.txt.

Best for

  • Comparing a downloaded file with a checksum published by a trusted source.
  • Checking whether two copies have identical bytes.
  • Recording integrity values before or after transfer.

Format and quality guidance

  • A matching hash indicates matching bytes for the selected algorithm; it does not prove who created the file.
  • SHA-256 is the stronger general integrity choice; SHA-1 remains useful only when a source publishes SHA-1.

Trade-offs to expect

  • Large files take longer because every byte must be read.
  • A hash verifies byte equality, not safety, authenticity, or absence of malware.

Limitations

  • The tool does not scan files for viruses or validate a digital signature.
  • You must obtain the expected checksum from a trustworthy independent source.

Common errors and fixes

The hash does not match.
Download the file again and verify that the expected checksum and algorithm are correct.
Two visually identical files have different hashes.
Metadata or any byte-level difference changes the digest.
Hashing is slow.
Allow the browser to finish reading the file or process fewer large files at once.

File Hash Checker FAQ

Does a matching hash prove a file is safe?

No. It proves byte equality with the expected digest, not that the file is trustworthy.

Which hash should I use?

Use SHA-256 unless the trusted source publishes only SHA-1.

Is the file uploaded for hashing?

No. Hash calculation runs in your browser.

Related tools