|
|
|
|
|
by chrismorgan
1487 days ago
|
|
Only if it was built and distributed by an independent third party. Otherwise, why would you trust that what you are being given is unmodified? (But in this context, said independent third party is now a target, so that e.g. a government that wants to get your decryption key may talk to them.) This is where reproducible builds are good stuff, because they make it possible to confirm that what you got is actually correct and unaltered. Sadly, that stuff only really works on desktop platforms, because mobile software distribution has kinda undermined it and the web never supported anything of this sort. (In ProtonMail’s defence, some years ago they did try to help with that for the web; but I believe all of that work stalled due to lack of implementer interest.) |
|
My hot take on the subject of encrypted webmail is that the protocol to retrieve and decrypt mail should be a standard implemented by the browsers themselves. Not dependent on third party code, and you already trust the browsers not to leak information about what you're reading.