Overview
This article provides details on how to check the digital signatures of the inSync Client package and inSync processes.
Check the digital signatures of inSync Client package
Perform the following steps to check the digital signatures of the inSync Client package
1. Download the Microsoft Sigcheck tool from the link:
2. Extract the files and access the Sigcheck folder.
3. Once in the folder right click on the blank area and do a right-click and select Open in Terminal.
4. In the terminal copy the below command and paste in the terminal.
sigcheck -a -r -i -m -h "C:\Program Files\Druva\inSync\8.1.3\amd64\inSync.exe"
5. You will see the response below.
Sigcheck v2.91 - File version and signature viewer
Copyright (C) 2004-2026 Mark Russinovich
Sysinternals - www.sysinternals.com
c:\program files\druva\insync\8.1.3\amd64\inSync.exe:
Verified: Signed
Link date: 15:43 13-02-2022
Signing date: 02:07 01-07-2026
Catalog: c:\program files\druva\insync\8.1.3\amd64\inSync.exe
Signers:
Druva Inc
Cert Status: Valid
Valid Usage: Code Signing
Cert Issuer: Sectigo Public Code Signing CA R36
Serial Number: 00 FD A0 6A 25 9F 85 6C E1 48 7D 63 6C FE 01 B1 84
Thumbprint: 69D87180D72B8E218BDBC28D21879BC136184929
Algorithm: sha384RSA
Valid from: 05:30 03-03-2025
Valid to: 05:29 08-02-2028
Sectigo Public Code Signing CA R36
Cert Status: Valid
Valid Usage: Code Signing
Cert Issuer: Sectigo Public Code Signing Root R46
Serial Number: 62 1D 6D 0C 52 01 9E 3B 90 79 15 20 89 21 1C 0A
Thumbprint: 0BC5E76773D2E44FC9903D4DFEFE451553BBEC4A
Algorithm: sha384RSA
Valid from: 05:30 22-03-2021
Valid to: 05:29 22-03-2036
Sectigo Public Code Signing Root R46
Cert Status: Valid
Valid Usage: Code Signing
Cert Issuer: AAA Certificate Services
Serial Number: 48 FC 93 B4 60 55 94 8D 36 A7 C9 8A 89 D6 94 16
Thumbprint: 329B78A5C9EBC2043242DE90CE1B7C6B1BA6C692
Algorithm: sha384RSA
Valid from: 05:30 25-05-2021
Valid to: 05:29 01-01-2029
Sectigo (AAA)
Cert Status: Valid
Valid Usage: Client Auth, Code Signing, EFS, Email Protection, IPSEC Tunnel, IPSEC User, Server Auth, Timestamp Signing
Cert Issuer: AAA Certificate Services
Serial Number: 01
Thumbprint: D1EB23A46D17D68FD92564C2F1F1601764D8E349
Algorithm: sha1RSA
Valid from: 05:30 01-01-2004
Valid to: 05:29 01-01-2029
Counter Signers:
Sectigo Public Time Stamping Signer R37
Cert Status: Valid
Valid Usage: Timestamp Signing
Cert Issuer: Sectigo Public Time Stamping CA R41
Serial Number: 00 E7 4E F2 55 B0 50 4F FA DB A6 DF F7 FC 8B A3 15
Thumbprint: E97818A928DA150A9FE1BF9CCC7AABB9A00EEEAC
Algorithm: sha384RSA
Valid from: 05:30 25-03-2026
Valid to: 05:29 25-06-2037
Sectigo Public Time Stamping CA R41
Cert Status: Valid
Valid Usage: Timestamp Signing
Cert Issuer: Sectigo Public Time Stamping Root R46
Serial Number: 00 90 AC 08 72 20 FD C5 A7 C4 6B 5C C7 0D F7 3D 06
Thumbprint: 65C328696F7D4E502CFD03C7C2069718CAFBF74F
Algorithm: sha384RSA
Valid from: 05:30 25-03-2026
Valid to: 05:29 25-03-2041
Sectigo Public Time Stamping Root R46
Cert Status: Valid
Valid Usage: Timestamp Signing
Cert Issuer: Sectigo Public Time Stamping Root R46
Serial Number: 78 3D 05 6C FA 83 2E 7E 69 F8 56 22 76 9F 02 B9
Thumbprint: 52421AEAC424C2435E7F5355A30437A3B1745879
Algorithm: sha384RSA
Valid from: 05:30 22-03-2021
Valid to: 05:29 22-03-2046
Company: n/a
Description: n/a
Product: n/a
Prod version: n/a
File version: n/a
MachineType: 64-bit
Binary Version: n/a
Original Name: n/a
Internal Name: n/a
Copyright: n/a
Comments: n/a
Entropy: 6.759
MD5: BC05A2C3B804163C23F2043B52379E3B
SHA1: B061F6B11FD512AE3D369D25338B051B87CB484C
PESHA1: 1542413C8A37AEE0A67407958144C1E7817B4EEF
PE256: 46E76BD32C64C34029331378433BED4859CA93309881D4387105173692B6E030
SHA256: 16223985B7A546D40C8F5A79D5DDFF027219804B1F286D070B697930021A55BE
IMP: B588036B5202B7426CD84298C3DECC62
For more information click here: https://learn.microsoft.com/en-us/sysinternals/downloads/sigcheck
How to check md5 and Sha356 values on MAC OS.
Open Terminal.
Navigate to the folder that contains the file whose MD5 checksum you want to verify.
You can open Terminal right at a folder from Finder.
Type md5 followed by the filename:
md5 <file>
Dragging and dropping: You can also type md5, then drag and drop the file you want to check onto the Terminal window.
How to Check SHA-256 on macOS
Open the Terminal app by searching for it in Spotlight (Cmd + Space) or via Launchpad.
Type the command below, making sure to add a space after 256:
shasum -a 256
Drag and drop your file directly from Finder into the Terminal window to automatically fill in the correct file path.
Press Enter to run the command and generate the hash.
