SecureDrop
schneier.com
SecureDrop
1–10 of 31 posts
Re: SecureDrop
#2Re: SecureDrop
#3Hmm, what security does this actually provide? It seems to me that it only secures materials from the server to the operators, but that's a really small part of it. Someone malicious with access to the server can just inject something to get the plaintext, no?
Re: SecureDrop
#4Hmm, what security does this actually provide? It seems to me that it only secures materials from the server to the operators, but that's a really small part of it. Someone malicious with access to the server can just inject something to get the plaintext, no?
IMHO the system is over complicated. There should just be a client side HTML5 drag and drop that encrypts files pre-transmission. Should be symmetric so both source and journalist are reading messages on an airgapped laptop.
Re: SecureDrop
#5Re: SecureDrop
#6Another possibility is that courts would allow journalists to keep their sources hidden, but I wouldn't count on it...
Re: SecureDrop
#7Re: SecureDrop
#8Hmm, what security does this actually provide? It seems to me that it only secures materials from the server to the operators, but that's a really small part of it. Someone malicious with access to the server can just inject something to get the plaintext, no?
Documents are public key encrypted and you view them on an airgapped laptop. Submission server is on TOR to provide obfuscation of the transmission source. IMHO the system is over complicated. There should just be a client side HTML5 drag and drop that encrypts files pre-transmission. Should be symmetric so both source and journalist are reading messages on an airgapped laptop.
Re: SecureDrop
#9Hmm, what security does this actually provide? It seems to me that it only secures materials from the server to the operators, but that's a really small part of it. Someone malicious with access to the server can just inject something to get the plaintext, no?
Documents are public key encrypted and you view them on an airgapped laptop. Submission server is on TOR to provide obfuscation of the transmission source. IMHO the system is over complicated. There should just be a client side HTML5 drag and drop that encrypts files pre-transmission. Should be symmetric so both source and journalist are reading messages on an airgapped laptop.
The problem is that you'd be doing crypto in JavaScript. We're not currently at a point where that's viable:
http://www.matasano.com/articles/javascript-cryptography/
Currently, if you want to securely transmit a document, you're pretty much stuck with learning and using something like PGP/GPG. Which is a pain for a lot of people, because there are new concepts to learn, software to install, and keyrings to manage. But it's the best we have right now.
Re: SecureDrop
#10So... can this protect against internal attack, or attack by courts, like the one witnessed in the Lavabit case? I certainly hope so, since it uses TOR, but I don't know enough about TOR to be able to claim that the source remains hidden even if the destination is owned. Another possibility is that courts would allow journalists to keep their sources hidden, but I wouldn't count on it...