DirHash icon indicating copy to clipboard operation
DirHash copied to clipboard

Windows command line utility to compute hash of directories and files

Results 7 DirHash issues
Sort by recently updated
recently updated
newest added

first of all, many thanks for this great tool (and also veracrypt, obviously). Now to my question, is there a possibility wo have a simple GUI (graphical user interface) or...

(Just started using `dirhash` when making backups of lots of VHDs, their split archives, their par2 files, etc. and it is invaluable at catching occasional errors writing to external USB...

`-include *.zip` hashes only files with that extension and `-include *.zip -include *.7z` hashes only files with these two extensions.

If you have enough time, two proposed features would be a huge bonus to this project. 1. No specified input folder would result in the current working directory being selected...

The file paths are correct. Checksum: ``` AF1349B9F5F9A1A6A0404DEA36DCC9499BCB25C9ADC112B7CC9A93CAE41F3262 folder\document1.txt AF1349B9F5F9A1A6A0404DEA36DCC9499BCB25C9ADC112B7CC9A93CAE41F3262 folder\document1.txt ``` Command: `dirhash "C:\test\folder" -skipError -verify "C:\test\checksum.blake3"` Output: ``` Error: file "C:\test\folder\document1.txt" not found in checksum file. Error: file...

Hello! Would it be possible to add xxHash's XXH3 and XXH128 hashing algorithms? Or are they not of interest to you since they have been omitted from both projects, this...

Hi, Thank you for releasing this tool! I actually needed something to verify blake2s hashes and there aren't many out there. My best use case for this would be to...