johanokl / HashMan

Qt based GUI application that calculates and verifies hash sums for files on Windows, Linux and MacOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashMan

Introduction

Calculates hash sums for files.
Supports multiple hashing algorithm, including CRC32, MD5 and SHA-1.
Can read, write and verify SFV files as well as scan directories for hashable files.

Screenshot

Screenshot 1

Technical Details

Written in C++ and uses Qt 5.2 or later.
Uses multiple threads on multiple CPU cores where supported.
Tested on Mac OS, Ubuntu and Windows (7 and 10) with Qt 5.2.1, 5.3.0, 5.4.1, 5.9.1 and 5.15.2.

How to build

Install and configure Qt 5.15, available at https://www.qt.io/download-open-source
If Qt Creator was installed, use it to open and build the project file HashMan.pro.
If Qt Creator isn't available, use a terminal to browse to the project root directory and run qmake && make && make install.

Author

Johan Lindqvist
johan.lindqvist@gmail.com
https://github.com/johanokl

Icon by Alexandre Moore, http://sa-ki.deviantart.com.

About

Qt based GUI application that calculates and verifies hash sums for files on Windows, Linux and MacOS.

License:GNU General Public License v3.0


Languages

Language:C++ 98.9%Language:QMake 1.1%