7. Verify Binaries (verify)
Use the "verify" command to verify the authenticity of the included
binaries. Signature verification is based on a public key encryption
algorithm and requires the *.sig files shipped with the packages.
Verify thor.exe signature using THOR Util
To verify the integrity of THOR Util, download the public key from
Nextron's website: https://www.nextron-systems.com/pki/
You can then use the public key with the following commands to verify
thor-util:
On Windows:
C:\thor>openssl dgst -sha256 -verify codesign.pem -signature thor-util.exe.sig thor-util.exe
On Linux:
C:\thor>openssl dgst -sha256 -verify codesign.pem -signature thor-util.sig thor-util