sidecar files creation tool recommendation

Off-topic posts of interest to the "Everything" community.
Post Reply
rajah
Posts: 4
Joined: Mon Jul 01, 2024 1:21 pm

sidecar files creation tool recommendation

Post by rajah »

I'd like to create .sha256 sidecar files but have had no luck trying to find a program that can create them. Does anyone know of a program where I can select a file and generate a .sha256 sidecar file?
void
Developer
Posts: 16413
Joined: Fri Oct 16, 2009 11:31 pm

Re: sidecar files creation tool recommendation

Post by void »

voidhash

voidhash creates a .sfv, .md5, .sha1 and .sha256 file containing a hash and filename for all files in the specified path (recurses subfolders).
.sfv, .md5, .sha1 and .sha256 files are created in each directory using the parent folder name.
Does nothing if the .sfv, .md5, .sha1 and .sha256 file already exists and has a file size. (doesn't overwrite existing hashes)
Does not change the date modified timestamp on folders.
voidhash is designed for static / archive folders.
rajah
Posts: 4
Joined: Mon Jul 01, 2024 1:21 pm

Re: sidecar files creation tool recommendation

Post by rajah »

Thank you! It sounds like just what I was looking for.
Post Reply