how can you have end-to-end encryption with server side processing in conference calls with 50 participants?
Zoom meetings aren’t end-to-end encrypted, despite marketing
31–40 of 351 posts
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#32I guess Zoom says they're end-to-end encrypted because they're using WebRTC, which probably means traffic is end-to-end encrypted after signaling, but users need to trust that zoom's signaling server doesn't do anything fishy. Edit: I do not understand the reason for the downvotes. I am not defending the practice but am just describing their potential line of explanation. Please let me know explicitly if my comment i…
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#33I am willing to chalk this up to an honest mistake considering "end-to-end" encryption as being from the client's end to the server, although that's not the accepted use of the term. This appears to be their explanation. I hope their marketing team fixes this now that it's been pointed out to them though.
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#34Earlier quoted context omitted.
Hopefully we've reconsidered the laws of mathematics in the last few years ... https://www.newscientist.com/article/2140747-laws-of-mathema... "“The laws of mathematics are very commendable, but the only law that applies in Australia is the law of Australia,” said Turnbull. Turnbull’s comments came as he proposed a new law to force tech companies to give security services access to encrypted messages." "The UK home s…
> The UK home secretary Amber Rudd has previously called encryption "completely unacceptable" ... Theresa May has said that the big internet companies give terrorists "safe spaces" to communicate. Ironically, the UK government in fact uses Zoom for all its meetings depsite privacy and security implications. Saudi Arabia, take note. Ref: https://www.businessinsider.com/coronavirus-boris-johnson-zo...
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#35End-to-end encryption has been named as a required feature for telehealth in Australia. Interest in telehealth has gone from zero to infinity over the past two weeks for obvious reasons. So I've been trying really hard to work out if Zoom is E2E, and reached the same conclusions as the article. First, it isn't, and second, Zoom are really going out of their way to obscure that fact. It's great that The Intercept is t…
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#36how can you have end-to-end encryption with server side processing in conference calls with 50 participants?
You abandon the server-side processing part and have all 50 participants share a single key. The server then acts as a dumb broadcast network. It's definitely not easy, which is probably a big reason no-one in this space is doing it.
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#37Earlier quoted context omitted.
GoToMeeting claims end to end encryption[1] and in the same sentence say it's just SSL just like Zoom. Never the less they offer call-in as well so end to end becomes impossible right there. I have serious doubts about any conference software offering real end to end encryption as it's unrealistic for clients to be dealing with that many av streams. 1. https://support.goto.com/meeting/help/security-faqs-g2m05001...
End-to-end encryption doesn't require participants to receive full-quality video from everyone. Each client can be responsible for encoding their own video feed at multiple quality levels simultaneously – what WebRTC calls simulcasting. That does increase required processing power and upload bandwidth, but not to the point of infeasibility. And you do inevitably leak the identity of the person currently talking, as t…
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#38Who expected that? There are so many privacy concerns with zoom... not surprising they don't encrypt meetings.
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#39It's disappointing to see a company that has better tech than its rivals playing these games. I have been singing Zoom's praises, but this really makes me want to look elsewhere. What a bummer.
Zoom has always been shady as hell. Between the ridiculous web server on MacOS, web client anti-patterns and other endless nonsense the only explanation for their popularity is good marketing.
Re: Zoom meetings aren’t end-to-end encrypted, despite marketing
#40how can you have end-to-end encryption with server side processing in conference calls with 50 participants?