Back

Hash Checker

Idea

A small tool to verify file integrity using an expected hash.

Overview

The goal of this project is to create a tool that can quickly check whether a file matches a given hash.

The idea is straightforward: select a file, paste the expected hash, and compare both values. This kind of tool can be useful when you want to make sure a download has not been altered or corrupted.
Hash Checker
This project would have a direct connection with AppErgo. Eventually, downloadable files could include a SHA256 checksum, and this tool would make them easy to verify.