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

The SHA512 hash for windows does not appear to match mine for windows. #323

Open
dilbertsintheoffice opened this issue Dec 21, 2023 · 2 comments

Comments

@dilbertsintheoffice
Copy link

certutil -hashfile Sync2-win-2.0.8.exe sha512
SHA512 hash of Sync2-win-2.0.8.exe:
8bc2159e5075c077962d7a6ae60b1837a4ff770fc690ec7a70b8c2a2b6ea6ebcfdf1dcfce7a2295220b35bfb38595307d8f2043aff81b5b28a46d97884e4ef08

also used Get-FileHash

Get-FileHash -path Sync2-win-2.0.8.exe -Algorithm sha512 | Format-List

Algorithm : SHA512
Hash : 8BC2159E5075C077962D7A6AE60B1837A4FF770FC690EC7A70B8C2A2B6EA6EBCFDF1DCFCE7A2295220B35BFB38595307D8F2043AFF8
1B5B28A46D97884E4EF08
Path : Sync2-win-2.0.8.exe

Does not match the file you have on your website.
Sync2-win-2.0.8.exe
SHA512: i8IVnlB1wHeWLXpq5gsYN6T/dw/GkOx6cLjCorbqbrz98dz856IpUiCzW/s4WVMH2PIEOv+BtbKKRtl4hOTvCA==

Would be good to also mention how you derived the hash.

Best.

@libotony
Copy link
Member

The hash is base64 encoded, you can verify in https://emn178.github.io/online-tools/base64_encode.html, set input type to HEX

@daniellemarie
Copy link

daniellemarie commented Jan 7, 2025

I'm having the same issue. I tried the link you provided and set the input type to HEX but I'm still getting two different hashes.

This is the hash as listed on https://sync.vecha.in/checksum.html:

Sync2-win-2.0.10.exe
SHA512: a1PmFoesdc9n7rhHZvttKHWl89lmriAGKjEwdNYG+c8k2ODc+LqH1TTy9rV0a5UE+TrrnQ/AbOTvuE34J4pXew==

This is the hash I get on https://emn178.github.io/online-tools/hex_encode.html after using the direct download link in the input field (https://github.com/vechain/sync2/releases/download/v2.0.10/Sync2-win-2.0.10.exe):

68747470733a2f2f6769746875622e636f6d2f7665636861696e2f73796e63322f72656c65617365732f646f776e6c6f61642f76322e302e31302f53796e63322d77696e2d322e302e31302e657865

What am I doing incorrectly here?

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

No branches or pull requests

3 participants