hashdir icon indicating copy to clipboard operation
hashdir copied to clipboard

A command-line utility to checksum directories and files.

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

Wonderful tool. Does the job in a timely fashion. Any possibility to include the total size of folder along with the hash? I know I could use "du -sh" but...

OS Windows 7 x64, hashdir 1.4.0. ``` console $ busybox du -h hashdir.exe 79.6M hashdir.exe $ hashdir.exe ``` Nothing at all. Not even an error message. Just blackness. ![Image](https://github.com/user-attachments/assets/0574d2c6-786f-483e-a93e-b75e7e291320)

It would be nice to know not only if a check has passed, but also, if not, what file was found to differ. After all you need to know what...

When checking for file integrity, using cryptographically safe algorithms is not necessary. There are much faster hash algorithms out there specifically designed to just make sure data is identical, without...

System: Windows 10 Folder structure: ``` D: --Folder 1 --hashdir ----check.bat ----hashdir_1.4.1_Windows_64bit ------hashdir.exe --a.txt --b.txt ``` check.bat: ``` .\hashdir_1.4.1_Windows_64bit\hashdir.exe -a md5 --tree --save "../" pause ``` Goal: Create hashes for...