pull down to refresh
deleted by author
reply
Yes. The "asc" is the (detached) signature.
The hardest part is verifying the public key but most people just skip that lol
reply
deleted by author
reply
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.
reply
deleted by author
reply
Haha yes. Like a secret key hidden in plain sight.
reply
deleted by author
reply
Wait, no. The dev signs the software (or whatever). The signature IS the hash "encrypted" with the private key.
gpg --verify
in the correct folder?electrum-4.5.3.dmg.asc
and the software is inelectrum-4.5.3.dmg
.sha256sum --check <hashfile> --ignore-missing
) to verify the software.