Skip to content

Authenticity

Benny Neugebauer edited this page Feb 22, 2017 · 10 revisions

Introduction

You can check the authenticity of our Windows wrapper when you compare it's Certificate Fingerprint & File Checksum. These values are listed on our Download page and can be updated in the admin.

Screenshot

Screenshot

Check File Checksum (Windows Checksum)

  • certUtil -hashfile ./WireSetup.exe SHA256

Screenshot

Screenshot

"ed a5 f6...".replace(/ /g, '');

Note

certUtil is part of Visual Studio's "ClickOnce Publishing Tools".

Check Certificate Fingerprint (Windows Fingerprint)

The fingerprint does not change unless we use a new certificate. It can be verified using the the certificate details on WireSetup.exe:

Screenshot

Clone this wiki locally