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
- Host: GitHub
- URL: https://github.com/fffaraz/qthashsum
- Owner: fffaraz
- License: gpl-3.0
- Created: 2014-03-22T19:30:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T06:26:00.000Z (about 2 years ago)
- Last Synced: 2025-03-24T16:11:14.235Z (about 1 year ago)
- Topics: 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
- Language: C++
- Homepage: https://github.com/fffaraz/QtHashSum/releases/latest
- Size: 210 KB
- Stars: 45
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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



### 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)