Creating hash for folder

后端 未结 7 1142
梦谈多话
梦谈多话 2020-12-13 05:05

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.

7条回答
  •  离开以前
    2020-12-13 05:29

    If you already have hashes for all the files, just sort the hashes alphabetically, concatenate them and hash them again to create an uber hash.

提交回复
热议问题