-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mention hashing algorithm/command to check near hash & introduce more #5
Comments
Ahhh it is BLAKE2b-512! 😮 Really? At least SHA-256 or so should be there… BLAKE2b may be nice and fast, but really – who cares for hashing one file. We don't need an absurd performance here… |
Even if it was a more popular hash, the problem is that no one* downloads and checks hashes anyway. Given that unless validation runs at install-time on the actual machine that it’s been installed on, we cannot protect against time-of-check-time-of-use attacks, my thought currently is to create a tiny commandline tool that can be used in place of wget or curl for this purpose. * Except those three people in Iceland. |
Well… if no one does that anyway, why bother and display the hash on the website? If so, then just do remove that? 🤔 (What is the reason for displaying it there, then?) |
So that people verifying it can copy and paste it like you did for your pull request ;) |
Well… only for that…? 🤔 (And yes, you caught me… 😜 🙃) |
The site should mention what hash algo it uses (looks like SHA-512) so one can check it locally.
Just saying "hash" means nothing – could also be an MD5 hash 😜
(Also SHA256 should be enough, but well… does not hurt.)
The text was updated successfully, but these errors were encountered: