Earlier quoted context omitted.
It's not just about the protocol though, it's the whole stack, and the OSes that it runs on are frequently not secure. Also, the Signal app on Google Play requires your phone number and a Twilio API call to function. No thanks.
That's something we can't do anything about though.
What the CIA WikiLeaks Dump Tells Us: Encryption Works
31–40 of 270 posts
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#32Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#33Earlier quoted context omitted.
What if it only does it at a much later point in time, or slowly via adding data to other comms channels? What if it only does it for small payloads by padding packet sizes to 1k? There are so many ways to get around this, unless we have open source and reproducible builds.
Right, which is why I said those blackbox methods were pretty rubbish. You step through it with a debugger.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#34Earlier quoted context omitted.
It's not just that they're performing encryption, but also assurance that (1) they're using the keys they declare and (2) they aren't sending other data over unannounced side-channels. You can't just insert yourself in the message stream since the client and server use pinned, mutual certificate authentication. So you have to start from first-principles and step through decompiled code.
Unannounced side channels seems like by far the easiest thing to deal with there; send a 2mb file, observe network patterns, raise an eyebrow if 2mb gets sent over a channel that you didn't expect. As for using the correct key, dismantle the signal message envelope until you get your blob of encrypted message. Then see if the same blob appears on the target device. Multiple keys? I imagine either correlating message…
Facebook distributes your 2MB pic to many people, does it technically require more than 2MB of your upload bandwidth? No. You only need to upload it once to their server.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#35I mean, it's nice that the NY Times specifies "By THE ASSOCIATED PRESS" at the top of the article, but why is it even considered acceptable for the NY Times to publish articles that don't originate from themselves?
Sigh.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#36Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#37The article mentions WhatsApp multiple times as a service that successfully made the transition to end-to-end encryption, but it always seemed to me that this claim is rather meaningless when we don't have the possibility of auditing their source code.
It seems that most people are completely in the dark when it comes to security, including myself, but there are some principles that should be unwavering that regularly get ignored again with every new iteration of "secure" software: * If there is a weak layer in the stack, from the physical layer to to UI, then the system is not secure. Even if your messaging app is secure, your messages are not secure if your OS is…
To me, security is not a binary property but rather a sliding scale. WhatsApp say they use end-to-end encryption and they have a strong financial incentive to be telling the truth. No hacker has demonstrated that WhatsApp are lying and the Wikileaks dump suggests the CIA has been unable to intercept messages in transit. Given this information I would rate WhatsApp at least 'reasonably secure'.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#38Earlier quoted context omitted.
It seems that most people are completely in the dark when it comes to security, including myself, but there are some principles that should be unwavering that regularly get ignored again with every new iteration of "secure" software: * If there is a weak layer in the stack, from the physical layer to to UI, then the system is not secure. Even if your messaging app is secure, your messages are not secure if your OS is…
I think you are being too strict in your definition of 'secure'. 99.99% of devices run Android, iOS or Windows which are closed source and therefore not 'secure'. To me, security is not a binary property but rather a sliding scale. WhatsApp say they use end-to-end encryption and they have a strong financial incentive to be telling the truth. No hacker has demonstrated that WhatsApp are lying and the Wikileaks dump su…
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#39Another thing is important: trust. As a naive user I have no idea what's going on on my phone, hardware or software wise We are essentially trusting these companies with everything. Encryption is no good if Apple and Google provide backdoors to their systems to the CIA or NSA.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#40This world we live in... the Associated Press permeates through nearly all of the US's media. They are the same reason you can find newscasts about some random throwaway story being repeated word-for-word verbatim. When you have dozens of news anchors across the country reading the exact same words from a teleprompter to push a story, something is very very wrong. I mean, it's nice that the NY Times specifies "By THE…