Giter Site home page Giter Site logo

Signed releases about core HOT 6 CLOSED

mancaveman avatar mancaveman commented on July 2, 2024
Signed releases

from core.

Comments (6)

ToastWallet avatar ToastWallet commented on July 2, 2024 1

We're happy to start providing GPG signatures. We'll code it into our release system for the next release.

from core.

jimmysoho avatar jimmysoho commented on July 2, 2024

If an attacker can replace the binaries then they can also replace the signatures.

Can the software or the signature be stored in a crypto ledger instead of on some host?

from core.

mancaveman avatar mancaveman commented on July 2, 2024

As long as ToastWallet's private key isn't compromised and you had their original public key saved somewhere (or lacking that, the key ID verified from (preferably several) outside sources) you would be able to spot altered releases even if they did that since the fake signatures won't verify unless you use the fake public key that goes with them.

from core.

ToastWallet avatar ToastWallet commented on July 2, 2024

Hi guys

The phone builds are signed in order to be included in their respective App Stores. The Windows builds are digitally signed using our code signing certificate. You can verify these by right clicking the executable/appx and clicking properties then clicking the Digital Signatures tab. The signing regime in Windows is quite strong.

Mac builds are also signed, although the dmg itself is not. Extract the dmg and check the digital signature with a command like: code sign -dv --verbose=4 /path/to/ToastWallet.app

We have been meaning to provide manual signatures for the AppImage since as far as we know there isn't a way to sign AppImages at the moment -- or at least electron builder didn't support it when we set up our build scripts. We will get on that soon. In the meantime we've begun uploading release binaries to GitHub, that should offer a second layer of assurance to anyone who is uncertain.

from core.

mancaveman avatar mancaveman commented on July 2, 2024

I was using the AppImage with no signature hence the ticket but having to find and verify different embedded signatures isn't that great either IMO.
It's become pretty mainstream to release PGP signatures and the people who care will all know how to use them. It shouldn't take too long to implement either.
It's up to you guys but that's the direction I'd go :-)

from core.

mancaveman avatar mancaveman commented on July 2, 2024

That's great, thanks.

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.