Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

krfl

Re: Wrong sha256 checksum?

Thank you very much for checking!

I noticed that I computed the SHA3-256 checksum, and not SHA-256. I overlooked the "3".
I confirm that when I run SHA-256 (without "3"), then I get the same checksum as on the webpage.

I'm sorry for the confusion!
martin

Re: Wrong sha256 checksum?

How do you get that checksum?
If I use the certutil -hashfile WinSCP-6.1.2-Setup.exe SHA256 on the file downloaded from that page, I get the exact checksum shown on the page,
See https://winscp.net/eng/docs/installation#verifying
krfl

Wrong sha256 checksum?

The SHA-256 checksum on
https://winscp.net/download/WinSCP-6.1.2-Setup.exe/download
seems to be wrong. The SHA-1 checksum is correct.

Details:
The SHA-256 checksum on the website is: 36cc31f0ab65b745f25c7e785df9e72d1c8919d35a1d7bd4ce8050c8c068b13c
The SHA-256 checksum I get is:
ffcbe6b0b665ede7eedc3b8929e9efb7b3b6c78d6596cd8e496e1bc9cdd4e69f

Please check!