Skip to main content
Utilnivo

Developer workflow

Verify a download with checksums

Release pages publish MD5 or SHA digests so you can confirm a binary was not corrupted or tampered with in transit. This workflow hashes the file locally, cross-checks string digests, and handles Base64 when vendors publish encoded fingerprints.

Hash the file you downloaded, compare digests, and encode strings when docs ship Base64.

  • 3 steps
  • About 6 minutes
  • Data stays on this device
  • Updated 2026-07-24
Copy & customize

Workflow

Steps to complete

Work through each step in order. Progress is saved in this browser. Utilnivo does not save uploaded files permanently between tools.

Progress: 0 of 3 steps complete (0%)

  1. Hash the file

    File Checksum Calculator

    Compute MD5, SHA-1, or SHA-256 for the downloaded file.

    • On your device
    • No signup
    • Stays on your device
    Open File Checksum Calculator
  2. Hash a reference string

    Hash Generator

    Reproduce digests from published text samples when needed.

    • On your device
    • No signup
    Open Hash Generator
  3. Decode Base64 digests

    Base64 Encoder & Decoder

    Convert Base64 fingerprints from docs into a comparable form.

    • On your device
    • No signup
    Open Base64 Encoder & Decoder

Track progress

Your progress

0 of 3 complete (0%). Your progress is saved in this browser.

Printable step list with checkboxes—generated on your device.

Results

Overall output

What you entered and what each step produced appear here. Values used in the next step are passed when supported. Data stays in this browser only.

Run each step and submit the calculator form. Key results will appear here as a connected summary.

Progress: 0 of 3 steps marked complete (0%).

When to use this workflow

  • A vendor publishes SHA-256 next to a ZIP or installer.
  • You need to confirm two copies of a build artifact match.
  • Documentation shows a Base64-encoded digest instead of hex.

Tips

Tips for better results

  • Compare digests character-by-character—one differing nibble means a mismatch.
  • Prefer SHA-256 over MD5 when both are offered.
  • Hashing large files happens on your device; keep the tab open until it finishes.

FAQ

Frequently asked questions

Is my file uploaded?

No. Checksums are computed locally in the browser. The file bytes are not sent to Utilnivo.

What if the hash does not match?

Re-download from the official source and verify again. Do not run mismatched installers.

Which algorithm should I use?

Match whatever the publisher printed. If they list SHA-256, use that algorithm in File Checksum.

Keep going

Provision staging credentials

Developer

Generate passwords, UUIDs, and hashes for dev, QA, and fixture data.

3 steps

  1. Generate password
  2. Generate UUIDs
  3. Hash sample input

Debug a JWT or API token

Developer

Decode a bearer token, pretty-print JSON claims, and inspect Base64 segments.

3 steps

  1. Decode JWT
  2. Format JSON
  3. Decode Base64