An open API service indexing awesome lists of open source software.

https://github.com/fffaraz/qthashsum

File Checksum Integrity Verifier & Duplicate File Finder written in C++ Qt
https://github.com/fffaraz/qthashsum

c-plus-plus checksum checksum-integrity-verifier cryptographic-hash duplicate-detection duplicate-files duplicatefilefinder filesystem-indexer hash hashing integrity md5 md5sum qt sha1 sha1sum sha3

Last synced: about 1 year ago
JSON representation

File Checksum Integrity Verifier & Duplicate File Finder written in C++ Qt

Awesome Lists containing this project

README

          

QtHashSum
=========

File Checksum Integrity Verifier & Duplicate File Finder written in C++ Qt

* Download compiled Windows executable: https://github.com/fffaraz/QtHashSum/releases/latest
* Docker hub: https://hub.docker.com/r/fffaraz/qthashsum

```
git clone https://github.com/fffaraz/QtHashSum.git
cd QtHashSum/docker
docker build --force-rm -t fffaraz/qthashsum .
docker run --rm -i -v $(pwd):/data fffaraz/qthashsum .
```

### Supported algorithms

* MD4
* MD5
* SHA-1
* SHA2-224
* SHA2-256
* SHA2-384
* SHA2-512
* SHA3-224
* SHA3-256
* SHA3-384
* SHA3-512

### Screenshots

![](https://github.com/fffaraz/QtHashSum/raw/master/img/sc1.png)
![](https://github.com/fffaraz/QtHashSum/raw/master/img/sc2.png)
![](https://github.com/fffaraz/QtHashSum/raw/master/img/sc3.png)

### See Also

* [diskover](https://github.com/shirosaidev/diskover) - File system crawler, disk space usage, file search engine and file system analytics powered by Elasticsearch.
* [Comparison of file verification software](https://en.wikipedia.org/wiki/Comparison_of_file_verification_software)