Skip to content

sunObject/QtHashSum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QtHashSum

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

git clone https://github.com/fffaraz/QtHashSum.git
cd QtHashSum/docker
docker build --rm --no-cache -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 - File system crawler, disk space usage, file search engine and file system analytics powered by Elasticsearch.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.7%
  • QMake 4.1%
  • Shell 2.8%
  • Dockerfile 0.4%