Earlier quoted context omitted.
I wouldn't use the phone for exchanging plaintext keys. You're forgetting about ECHELON, wiretaps, and the dragnets where LEA are ignoring (or purposefully misinterpreting) the law. It's really cheap to store ALL phone calls these days, and just "playback" when you get the legal search warrant.
It's only about avoiding automatic dragnet, so making a person listen to the conversation and figure out the key counts as success.
What the CIA WikiLeaks Dump Tells Us: Encryption Works
161–170 of 270 posts
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#162Earlier quoted context omitted.
Dropbox de-duplicates your files with other users who have the same ones, and are capable of serving them all to you through a web site. There's no encryption there at all, except TLS in transit.
Found that hard to believe, so I googled it. Not positive this is a trustworthy source, but it sounds like Dropbox does use encryption for files at rest and in motion: https://www.virtru.com/blog/dropbox-encryption/
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#163Earlier 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…
Source code isn't required to study what software may do. If you were really worried about what a particular binary would do, trusting that the binary matched the source and studying runtime behavior would both be a waste of time compared to fully analyzing the binary in question. If you treat the software as a black box and only study run time behavior, you have no idea if you have tripped a countermeasure that sile…
It would be great to find such a countermeasure, and be able to trigger it reliably, or assert the behavior on a permanent basis. Considering that particular weakness of such countermeasures though, wouldn't the safest [for the attacker] default countermeasure likely be to simply crash the device?
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#164Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#165Earlier 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
#166Earlier quoted context omitted.
Breaking pgp like encryption would require a huge mathematical breakthrough in how prime numbers work and their discovery. It would also require unknown math geniuses to work for said secret department which is unlikely, most of the best mathematical geniuses are already known and tend to work at universities/public research/private research and publish their work there. Not saying this is impossible but it's really…
The NSA is the single largest employer of mathematicians in the US. The Snowden leaks did not include any of the data from the departments actually involved in attacking cryptography. All we really know is that they don't have any breaks for their low-level mass surveillance tools. Likewise with the CIA. From the 1% of the documents leaked so far, there's no evidence that they have the ability to crack modern encrypt…
Anyway, these are extraordinarily difficult problems which may not have good solutions outside of quantum computing. You can throw all the smart people and computing power in the world at a problem and still come up with almost nothing.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#167Earlier quoted context omitted.
Source code isn't required to study what software may do. If you were really worried about what a particular binary would do, trusting that the binary matched the source and studying runtime behavior would both be a waste of time compared to fully analyzing the binary in question. If you treat the software as a black box and only study run time behavior, you have no idea if you have tripped a countermeasure that sile…
>If you treat the software as a black box and only study run time behavior, you have no idea if you have tripped a countermeasure that silences the malicious behavior; if you study the control flow directly, you can look for such countermeasures. It would be great to find such a countermeasure, and be able to trigger it reliably, or assert the behavior on a permanent basis. Considering that particular weakness of suc…
A user that knows about malicious code (which you would have to in order to trigger it to go silent) in a binary just shouldn't use the binary at all though.
The broader point is more important: compiled software isn't a black box, treating it like a black box is not the only or best way to analyze it.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#168The only encryption I truly trust is one-time pad. Discrete log may be NP-intermediate (if P!=NP, which is open), and we know from the Snowden disclosures that NSA was working with U Maryland on a quantum computer which will be a reality at some point (Shor's algorithm). With 'collect it all,' today's ciphertext is tomorrow's plaintext. Always be skeptical.
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#169Does anyone here have an air-gapped computer setup? I'm thinking of doing something with raspberry pi. I'm stuck at the part where it communicates (for my purposes, small amounts of ascii) with a non airgapped computer without using USB or networking. I'm thinking about giving both machines a little speaker and microphone and using high frequency pulses to transfer the text. Why, you may be wondering? 1. Airgapped sy…
Funnily enough, someone else thought to use a raspberry pi for this purpose too: https://www.raspberrypi.org/forums/viewtopic.php?t=58957&p=5...
Re: What the CIA WikiLeaks Dump Tells Us: Encryption Works
#170I don't see any mention of quantum computers in here so I thought I'd mention: the NSA themselves are concerned that quantum computing will be a great threat to encryption in the near future. Keep in mind that the NSA and god knows who else are storing encrypted communications to break them later. Quantum computing will defeat RSA, DH, ECC, asymmetric crypto, but it will only weaken symmetric crypto (eg. AES) by a fa…
EDIT: nevermind, i've now read through the thread more and have found answers. :)