this post was submitted on 11 Oct 2023
146 points (94.0% liked)

Privacy

29820 readers
670 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

Why are reproducible builds only on one platform (Android)? Desktop version could have a built-in backdoor and data would be transferred not from the phone, but from the PC)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -3 points 8 months ago (1 children)

More like guesswork/assumptions than reality. I agree that Electron is meh. But I think it could still be done, f.e. with docker container as it is on Android.

[–] [email protected] 2 points 8 months ago (1 children)

More like guesswork/assumptions than reality

Sorry to be blunt, but you're not a developer and it shows. Android's build system was purpose made to be reproducible. Electron was not.

There is so much going on in an Electron build, most of which is out of Signal's control unless they maintain an entire fork of the Electron build stack. That is an enormous engineering effort for basically zero benefit.

It probably is functionally reproducible, apart from checksums differing due to build dates baked into the artifacts somewhere. It's not as easy as you think.

If you think it's as easy as "building it in a Docker container," then by all means, try.

[–] [email protected] -3 points 8 months ago* (last edited 8 months ago)

I will not enter into disputes because... not too tech savvy. But I’m still sure that it could be realized. They just decided not to bother.