Earlier quoted context omitted.
Very angry open source advocate, I understand how frustrating it must be that the current safest mainstream messaging protocol is not open source, but once again: that's not how computer software works. WhatsApp isn't even obfuscated. There are tens of thousands of people who read "closed source" software as a hobby . Later : Also? That's not what the term "side channel" means.
do you know even with source, backdoors can be hidden? open source is a must to even begin to work to verify any claims of security.
WhatsApp's Signal Protocol integration is now complete
71–80 of 386 posts
Re: WhatsApp's Signal Protocol integration is now complete
#72Earlier quoted context omitted.
Point taken. If I talk to "normal" people, I wouldn't use the word "protocol" neither (or at least not as conversation starter). Normal-people-rephrased it's more like "When whatsapp take the fundamental core from signal..."
can Signal be used to contact people on Whatsapp?
Re: WhatsApp's Signal Protocol integration is now complete
#73Earlier quoted context omitted.
Closed source software isn't impenetrable. The idea that you need source code to evaluate security claims is mostly a meme from the 1990s.
Taking the example of Skype, the hardening/on-the-fly decryption techniques used in the binary made the reverse engineering very difficult [0]. Difficult to reliably audit such software. Don't know about Whatsapp though. [0] http://www.oklabs.net/skype-reverse-engineering-the-long-jou...
Re: WhatsApp's Signal Protocol integration is now complete
#74I am not seeing the information about encryption they mention in any of my chat details on the iOS client. Is this part Android only or did simply non of my contacts upgrade yet? I have version 2.16.1 edit: After a while it now shows up with certain contacts for me
I got a message in my stream right after I sent a message saying 'the messages in this conversation are now protected by end to end encryption' clicking on it takes you to this page https://www.whatsapp.com/security/?l=en - I'm using 2.16.1
Re: WhatsApp's Signal Protocol integration is now complete
#75This is really excellent. A few thoughts: 1) They seem to have replaced TLS/SSL between client and server with "Noise Pipes". Based on a couple of minutes Googling this seems to be a brand new one-man protocol from Trevor Perrin (the same guy who did Axoltl on which Signal is based). At least, I'd never heard of it. I wonder if this is the first inkling of a post-TLS future? http://noiseprotocol.org/noise.html 2) It'…
Noise is really interesting. I'd hoped from the name that it might incorporate some of the ideas behind Dust[1], which attempts to hide even that there is a Dust session going on, and what the public and private keys of the recipients are. No such luck — still, it looks very interesting. [1] http://freehaven.net/anonbib/cache/wileydust.pdf
Re: WhatsApp's Signal Protocol integration is now complete
#76Earlier quoted context omitted.
> What's the next step? Is there any work on encrypting group chat sessions?
Please read the articles. It already says that those are encrypted, as well as voice calls. Apparently once everyone is upgraded, nothing will be unencrypted. Their white paper also describes the protocols used in quite a lot of detail.
Maybe the next step is a more obvious indicator.
Re: WhatsApp's Signal Protocol integration is now complete
#77Looks like they feel threatened by Telegram growth, which means Telegram is doing quite well.
Re: WhatsApp's Signal Protocol integration is now complete
#78Earlier quoted context omitted.
Please read the articles. It already says that those are encrypted, as well as voice calls. Apparently once everyone is upgraded, nothing will be unencrypted. Their white paper also describes the protocols used in quite a lot of detail.
no proof without open source
Re: WhatsApp's Signal Protocol integration is now complete
#79absolutely no proof it is e2e encrypted without the source.
They're using the Signal protocol, which has been well-vetted.
What I've seen so far in Wireshark looks good, but I am not a crypto expert. I'm in the process of reading and trying to understand the whitepaper[0] now.
I doubt OpenWhisperSystems would condone the use of WhatsApp without verifying the app uses e2e.
[0] https://www.whatsapp.com/security/WhatsApp-Security-Whitepap...
EDIT: Spelling.
Re: WhatsApp's Signal Protocol integration is now complete
#80absolutely no proof it is e2e encrypted without the source.
That's not necessarily true. I haven't spent much time analyzing it yet, but your assertion seems seems. Please correct me if I'm mistaken, but can't you verify end-to-end encryption without viewing the source of the program? They're using the Signal protocol, which has been well-vetted. What I've seen so far in Wireshark looks good, but I am not a crypto expert. I'm in the process of reading and trying to understand…