i need to create hash for folder, that contains some files. I already done this task for each of files, but i searching the way to create one hash for all files in folder.
Concatenate filenames and files content in one big string and hash that, or do the hashing in chunks for performance.
Sure you need to take few things into account: