sha256 index?

Discussion related to "Everything" 1.5.
Post Reply
Shooter3k
Posts: 42
Joined: Tue Sep 07, 2021 10:56 pm

sha256 index?

Post by Shooter3k »

Is there any way to store the sha256 of files so that when this is run: "dupe:size;sha256" it stores the hash and can be used again without having to regenerate all the hashes again?
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: sha256 index?

Post by void »

Some suggestions:

Use sha256 sidecar files.
Change your search to:
dupe:size;sha256sumsha256


-or-

Index sha256 under Tools -> Options -> Properties -> Add... -> Select Sha256 and click OK.
Post Reply