Earlier quoted context omitted.
From the README: Q. Can someone detect that a file has messages encoded in it? A. That depends on the encoding used and the properties of the file the data is being encoded in. There's a whole field of academic literature on steganography, none of which is invalidated by this code. What this code does is vastly simplify the implementation of new steganographic techniques, and allow a universal decoder and encoding of…
The README should read: Q. Can someone detect that a file has messages encoded in it? A. If the file was generated with an encoder whose code is public (i.e. Github, bitbucket, ...) then yes. Always. And even if the code is private, it may not be secure. Unless you come up with an encoding scheme that's never been thought of before, then law enforcement will likely be able to detect the encoded messages unless they'r…
DissidentX – Censorship resistance tool by Bram Cohen
71–80 of 93 posts
Re: DissidentX – Censorship resistance tool by Bram Cohen
#72Re: DissidentX – Censorship resistance tool by Bram Cohen
#73Earlier quoted context omitted.
That is actually remarkably clever. Spam would indeed seem to be an excellent vector for sending hidden messages!
What in this makes it get past spam filters?
Re: DissidentX – Censorship resistance tool by Bram Cohen
#74Stenography is one of the NSA's worst nightmares. Encrypted strings sent over the Internet they know are encrypted, and often know what algorithm and key length. But the fact that any image can contain an encrypted message, and there's know way to know whether or not something exists within, scares the shit out of them. So, good work.
Re: DissidentX – Censorship resistance tool by Bram Cohen
#75Earlier quoted context omitted.
Interestingly enough, stenography was already being decried pre 9/11 as a tool used by terrorists [1]: >"Uncrackable encryption is allowing terrorists — Hamas, Hezbollah, al-Qaida and others — to communicate about their criminal intentions without fear of outside intrusion," FBI Director Louis Freeh said last March during closed-door testimony on terrorism before a Senate panel. "They're thwarting the efforts of law…
> "Uncrackable encryption is allowing terrorists — Hamas, Hezbollah, al-Qaida and others — to communicate about their criminal intentions without fear of outside intrusion, You succeeded to put 3 different ethnic groups - I should say 2, the last one being an US product - in the same bag and doing then, a misleading association, fucking idiot!
Re: DissidentX – Censorship resistance tool by Bram Cohen
#76I love the question in the FAQ: Q. Why can't it be given more than two alternates for one position to encode more information? A. Because of math. See Explanation.txt for a bit more detail. Because of math hilarious
i was actually thinking that the "of" was superfluous. since reading [0] on hn (discussion: [1]) i am more and more seeing the use of "because" without preposition. so i was expecting "Q. Why can't it be given more than two alternates for one position to encode more information? A. Because math. See Explanation.txt for a bit more detail." [0] http://www.theatlantic.com/technology/archive/2013/11/englis... [1] https:/…
Re: DissidentX – Censorship resistance tool by Bram Cohen
#77Stenography is one of the NSA's worst nightmares. Encrypted strings sent over the Internet they know are encrypted, and often know what algorithm and key length. But the fact that any image can contain an encrypted message, and there's know way to know whether or not something exists within, scares the shit out of them. So, good work.
I mean this in all seriousness ... Is there any evidence that anyone in the NSA is really that scared of stenography?
Re: DissidentX – Censorship resistance tool by Bram Cohen
#78Earlier quoted context omitted.
"Terrorists use web forums and couriers." From same source as previous comment: https://twitter.com/thegrugq/status/407662098093580288
Silly... seems like forums would be easier to snoop than phone calls.
Re: DissidentX – Censorship resistance tool by Bram Cohen
#79Earlier quoted context omitted.
Here's one way it might go down in practice. After law enforcement seizes your computer, they'll scan your computer for any encrypted containers, along with any code that looks like it's used for steganography. They'll find DissidentX, since its README mentions "steganography," which is a keyword that their forensics tools will search for. Then they'll use each encoder in your DissidentX folder to scan your computer…
I just read it, and you are completely extrapolating what that paper says. It does not say steganography is hopeless. It contains no mathematical proofs, and it's also from over 15 years ago. More generally, "we do not have a proof" does not mean "we disprove". You also completely ignored my point about the secret, without which the encoder will not work when an attacker tries to run it.
Re: DissidentX – Censorship resistance tool by Bram Cohen
#80Earlier quoted context omitted.
Can you elaborate? I don't see why this must be true. Just as good encryption is indistinguishable from random data, good steganography should be indistinguishable from whatever universe of target plaintexts you've chosen. In both cases, the code is public, but the secret key is needed to see that the message is non-random, or non-plaintext. I am interested in how this scheme is different from https://fteproxy.org/ t…
Here's one way it might go down in practice. After law enforcement seizes your computer, they'll scan your computer for any encrypted containers, along with any code that looks like it's used for steganography. They'll find DissidentX, since its README mentions "steganography," which is a keyword that their forensics tools will search for. Then they'll use each encoder in your DissidentX folder to scan your computer…
An effective dissident is going to employ some reasonable opsec practices and have multiple layers of security, they're not going to be foolish enough to think that one program is a magic bullet.