ShaSearch

Find files by SHA

Max Size735.6 KB
CategoryUtilities
CompatibilitymacOS 13
PlatformsmacOS 64 Bit
LanguagesEnglish
Version1.4.2
Privacy Policy
Description

ShaSearch is a simple application to find files with a matching SHA (Secure Hash Algorithm) hash and also create SHA hashes. This is useful when using SHA hash to identify files and ensure that two files are identical and have not been tampered with.

ShaSearch will take a list of SHA hashes, which can be provided as a text file, csv file or pasted from the system pasteboard (duplicates are ignored), and search the selected path for files that have the same hash.

SHA256, SHA384 and SHA512 are all supported and the application will automatically determine the hash type to search for from the input hash or hashes.

When the search is complete a list of the matching files will be displayed and clicking the 'reveal' button will open a Finder window at the found file.

ShaSearch can also be used to create SHA hashes of any file type. A SHA hash is a one way function which creates takes a file of any size and creates a fixed sized hash or digest which is practically infeasible to invert. In this way a SHA hash of a document or file creates a digital fingerprint of the data which can be compared against another file later and will only match if the files are identical, or in other words, have not been tampered with.

  • Search for files by SHA hash
  • Automatically determine hash type to search for
  • Search for multiple hashes in one operation
  • Create SHA256, SHA384 and SHA512 hashes for any file or folder
Screenshots
Videos
Motivation for using ShaSearch and comparing with OpenSSL

Motivation for using ShaSearch and comparing with OpenSSL

Finding Files by SHA Hash

Finding Files by SHA Hash

Using OpenSSL to create SHA Hashes

Using OpenSSL to create SHA Hashes

Back to top