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 · 1 comment

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

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

2 participants