checksumdir icon indicating copy to clipboard operation
checksumdir copied to clipboard

Simple package to compute a single deterministic hash of the file contents of a directory.

Results 12 checksumdir issues
Sort by recently updated
recently updated
newest added

in order to speedup the processing time for huge files, I added an option to launch many threads to speedup time

Calculating the hash of a directory using bytes can get expensive quickly, especially when working with large media files (e.g., videos). This commit adds an option to choose which data...