I'm supprised they have not developed their own or at least, bankrolled the development of one via grants. Though it would be good if there was an open source communications platform that would allow the public to engage with politicians in a formal and constructive way. Alas, so much disparity in solutions that it often irks me. https://ec.europa.eu/digital-single-market/en/projects Be great if the interface was bet…
This is for communications to outsiders, who can't be expected to have an EU-internal app installed on their devices. Signal is reasonably widespread, and probably the best such messaging platform out there, although it has serious issues like the requirement for a phone number.
EU Commission to staff: Switch to Signal messaging app
61–70 of 289 posts
Re: EU Commission to staff: Switch to Signal messaging app
#62The EU budget is 148 Billion Euros. Surely, if they have a requirement for a secure communication app, they have the wherewithal to build one for their needs, that EU citizens and others could then use if they so chose? Essential knowledge is definitely public. This is not about 'Signal' it's about why governments can't/won't deliver on so many issues they themselves deem to be very materially important to them, part…
It is true that they could throw a lot of money on the problem. But that in itself does not guarantee that they outcome would be a world-class communication system. So given that Signal already exists and is the gold standard for secure communications, IMHO it’s better to use that.
What the EU can do however is to fund cryptography research. (And it would not surprise me if they already do.)
Re: EU Commission to staff: Switch to Signal messaging app
#63Earlier quoted context omitted.
This is for communications to outsiders, who can't be expected to have an EU-internal app installed on their devices. Signal is reasonably widespread, and probably the best such messaging platform out there, although it has serious issues like the requirement for a phone number.
So why couldn't the EU fund the development of a Signal fork that doesn't need phone numbers?
Forking a piece of software whose market moat is 100% network effects is not easy.
Re: EU Commission to staff: Switch to Signal messaging app
#64Earlier quoted context omitted.
This is for communications to outsiders, who can't be expected to have an EU-internal app installed on their devices. Signal is reasonably widespread, and probably the best such messaging platform out there, although it has serious issues like the requirement for a phone number.
So why couldn't the EU fund the development of a Signal fork that doesn't need phone numbers?
As a citizen within EU I would rather see them donate money to the Signal Technology Foundation instead. OTOH that could be controversial, so perhaps it would be better if citizens and companies would donate directly instead.
Re: EU Commission to staff: Switch to Signal messaging app
#65This is as secure as purchasing a machine from Crypto AG. [1]
Re: EU Commission to staff: Switch to Signal messaging app
#66This is a mistake. They should at least compile their own version and not something that comes from an US based app store under US law. At any point the US can force a change. This is as secure as purchasing a machine from Crypto AG. [1] [1] https://en.wikipedia.org/wiki/Crypto_AG
Re: EU Commission to staff: Switch to Signal messaging app
#67I know Signal is secure and all — and I use it myself — but I can’t help but think how can we trusted that the central servers aren’t wiretapped? It would be the ultimate proof of security if one could transparently verify that the middle man is running the actual code it claims to be running.
Re: EU Commission to staff: Switch to Signal messaging app
#68I know Signal is secure and all — and I use it myself — but I can’t help but think how can we trusted that the central servers aren’t wiretapped? It would be the ultimate proof of security if one could transparently verify that the middle man is running the actual code it claims to be running.
I'd be surprised if anyone has ever actually done this. It's a very obscure thing. But to their credit, it's possible.
SGX can't actually make you have secure end to end encryption though. The Signal protocol is necessary but not sufficient. The operators can always just push a software update that invalidates all the security guarantees. It's been a problem since the start but they never talk about fixing it, even though the issue is a glaringly obvious one.
What they could do is allow third parties to audit their software updates, and then cross-sign the binaries. Android allows this but there's no UI for it. It'd benefit from a collaboration with Google to allow multi-vendor apps.
After that comes sandboxing. Dalvik/ART doesn't support the Java SecurityManager API. However, for sandboxing software components cheaply it's hard to beat. If a component is sandboxed in a correct manner then the audit costs get much lower. You don't need to re-audit a component that's changed if the sandbox means it can't access keys or message data, for example (and if everything is memory safe: you'd have to do multi-process on iOS which is a lot more expensive).
Re: EU Commission to staff: Switch to Signal messaging app
#69This is a mistake. They should at least compile their own version and not something that comes from an US based app store under US law. At any point the US can force a change. This is as secure as purchasing a machine from Crypto AG. [1] [1] https://en.wikipedia.org/wiki/Crypto_AG
Re: EU Commission to staff: Switch to Signal messaging app
#70Earlier quoted context omitted.
This is for communications to outsiders, who can't be expected to have an EU-internal app installed on their devices. Signal is reasonably widespread, and probably the best such messaging platform out there, although it has serious issues like the requirement for a phone number.
So why couldn't the EU fund the development of a Signal fork that doesn't need phone numbers?