-
Notifications
You must be signed in to change notification settings - Fork 113
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
suggestion: verifying bcr.zip also by checksum #499
Comments
I can start adding checksums for future releases, though please note that checksums are only good for verifying if the download was corrupted. In the unlikely event that, for example, my Github account is compromised and somebody uploads malware, the only way to know that the file is legitimate is with the digital signatures. |
as said i searched for "ssh verify .sig" and similar and could not find an easy way. if you know one, maybe add it to the README.md and verifying the digital signatures |
I'm not sure if there's a user friendly GUI way to do it. But the commands from the README should work on Linux, Windows, and Mac without installing anything. (Android with the Termux app should work as well, but I haven't personally tested it.) |
"But the commands from the README should work on ...Windows..." |
Can you post a link to the README you're looking at? There shouldn't be anything related to GPG if you're looking at the latest README. That was indeed more painful and I stopped signing with GPG after BCR version 1.30. |
README |
Yep, that's a really old version of the README. The latest one is at https://github.com/chenxiaolong/BCR and no longer involves GPG. |
back to #1 |
Issue: #499 Signed-off-by: Andrew Gunnerson <[email protected]>
I pushed e5c5ebe to try and clarify that. The command right below that line does it. |
well, i am close to giving up. i dont get what you are trying to say. "The command right below that line does it." does what?
|
You did everything right. Looks like I find a Windows machine to figure out why powershell doesn't like the command. |
Issue: #499 Signed-off-by: Andrew Gunnerson <[email protected]>
Got access to a Windows system. I've updated the README so that the instructions now work on Windows: https://github.com/chenxiaolong/BCR#verifying-zip-file-signature. |
i used copy function of it, pasted it into powershell and got
|
why dont you just post additional checksums as you said 3 weeks ago |
hi, after searching half an hour for an easy way to verify your releases via .sig file, i'd like to suggest to post some checksums @ the release page as well. thank you. the README.md and verifying the digital signatures does not really help me.
The text was updated successfully, but these errors were encountered: