Tagged Questions
7
votes
8answers
2k views
Linux: compute a single hash for a given folder & contents?
Surely there must be a way to do this easily!
I've tried the linux command-line apps sha1sum & md5sum but they seem only to be able to compute hashes of individual files and output a list of ...
1
vote
13answers
2k views
Hashing Multiple Files
Problem Specification:
Given a directory, I want to iterate through the directory and its non-hidden sub-directories,
and add a whirlpool hash into the non-hidden
file's names.
If the ...
0
votes
2answers
232 views
Fastest way to compare directory state, or hashing for fun and profit
We have a PHP application, and were thinking it might be advantageous to have the application know if there was a change in its makeup since the last execution. Mainly due to managing caches and such, ...