You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Screenshot
Windows: Check File Checksum
certUtil -hashfile ./WireSetup.exe SHA256
Screenshot
Remove spaces from checksum: "ed a5 f6...".replace(/ /g, '');
Note
certUtil is part of Visual Studio's "ClickOnce Publishing Tools".