Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File hash does not match download page #229

Open
nhoefer2 opened this issue Oct 17, 2024 · 2 comments
Open

File hash does not match download page #229

nhoefer2 opened this issue Oct 17, 2024 · 2 comments

Comments

@nhoefer2
Copy link

From https://uvnc.com/downloads/ultravnc/159-ultravnc-1-4-3-6.html

ultravnc 1436 msi X64

UltraVNC 1.4.3.6 distribution for 64-bit operating systems.-UltraVNC_1436_X64.msi
SHA256 09abbcab97ed9ec3d267709313e82ce0495f4f192e6167977ebf00d790663d3a
MD5 f2c6cabecca6b3dfc21a19565e7682a9

However the actual hash from the downloaded file using PowerShell is as follows:
Get-FileHash UltraVNC_1436_X64.msi -Algorithm SHA256
SHA256 B5D8936F7E8195EE43A06520602B3B359C69EEE36BD8A81C555450E379BAF991

Get-FileHash UltraVNC_1436_X64.msi -Algorithm MD5
MD5 C43F0F99E8F1701A537CC6693F3094F8

@RudiDeVos
Copy link
Member

RudiDeVos commented Oct 17, 2024

Correct,
The signing for the msi was changed, and forgot that the signing is also part of the hash.
SHA256 hash of UltraVNC_1436_X64.msi:
b5d8936f7e8195ee43a06520602b3b359c69eee36bd8a81c555450e379baf991
MD5 hash of UltraVNC_1436_X64.msi:
c43f0f99e8f1701a537cc6693f3094f8

Verified with offline files

@RudiDeVos
Copy link
Member

updated UltraVNC_1436_X86.msi and UltraVNC_1436_X64.msi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants