pull down to refresh
deleted by author
Yes. The "asc" is the (detached) signature.
The hardest part is verifying the public key but most people just skip that lol
now I finally understand what you mean here, why not just put each dev's key in GitHub 😨
Best way is to spread your key fingerprint around imo.
If you only use one site as the source of trust, it's a single point of failure. Even if it's Github.
I have to do that myself, still figuring things out around PGP keys
deleted by author
To be fair, I think if the instructions mention to import the key from a site like Keybase like Sparrow does, I think it's fine. Most important thing is to not import the public key from the same site you received everything else and I think if people just follow instructions, they automatically do that.
It just makes me feel uneasy if people are not aware that this is important. The why's and so on.
deleted by author
Haha yes. Like a secret key hidden in plain sight.
deleted by author
Yes
You just summarized my post with a few words haha
Wait, no. The dev signs the software (or whatever). The signature IS the hash "encrypted" with the private key.
deleted by author
Good, I think using Github as the source of trust is okay. But remember: the more sources that say that this is indeed the correct key, the better!
Mhh, and you are sure you didn't (remove) the file? Did you run
gpg --verifyin the correct folder?If the software you downloaded was signed, then you don't need separate hashes. The signature contains the hash to verify integrity. I can tell from your comment that this is the case for Electrum since the signature is named
electrum-4.5.3.dmg.ascand the software is inelectrum-4.5.3.dmg.Sparrow Wallet was just a special case where not the software was signed but the hashes. Then you need to run another command (
sha256sum --check <hashfile> --ignore-missing) to verify the software.I mentioned that I don't know why Craig did it like this, I only had an educated guess: