FWIW here is the only data that Signal had available to turn over when requested by the government: https://twitter.com/whispersystems/status/783325788883955713
The idea with projects such as Vuvuzela is to make metadata less usable.
31–40 of 49 posts
FWIW here is the only data that Signal had available to turn over when requested by the government: https://twitter.com/whispersystems/status/783325788883955713
The idea with projects such as Vuvuzela is to make metadata less usable.
The paper was published October 2015: https://pdos.csail.mit.edu/papers/vuvuzela:sosp15.pdf Also, previous discussion: https://news.ycombinator.com/item?id=10668494
Their server is throwing a 500 error
Earlier quoted context omitted.
steganography is a concept; vuvuzela is an implementation of that concept
With steganography you make your message look like something else (eg a text message inside a JPEG). But vuvuzela isn't doing that. They are making it look like noise, I guess. But who transmits noise.
If you transmit something that looks like noise, and no one else sends something that looks like that particular kind of noise, then you are raising a flag that says "No, really, please, capture this data, it's interesting."
Earlier quoted context omitted.
A lot of the high profile stories about people being busted over Tor recently have been related to vulnerabilities in FireFox/Tor Browser Bundle and the FBI running honeypots that can exploit those vulnerabilities. Ricochet works by essentially starting up a Tor Hidden Service and then listening for messages from other users, so there's no exposure to browser-based attacks. It's end-to-end encrypted and less suscepti…
honeypot has to be the most generous name for "federal government controlled and operated pedophilia distribution network" ever.
Awesome. What I want in addition, is for others to never know Vuvuzela has been downloaded, installed, or used. That has implications up and down the stack of course. But otherwise, this knowledge is enough to flag users of privacy protecting technology.
Could you comment on how that would work? I'm trying to imagine how I would hide that I downloaded an app on a phone using the appstore (unless you want this to end up like PGP, which is used by the crypto community and no one else because of the perceived complications vis-a-vis implementation.)
Earlier quoted context omitted.
With steganography you make your message look like something else (eg a text message inside a JPEG). But vuvuzela isn't doing that. They are making it look like noise, I guess. But who transmits noise.
Well, that's exactly the problem with systems like this. If you transmit something that looks like noise, and no one else sends something that looks like that particular kind of noise, then you are raising a flag that says "No, really, please, capture this data, it's interesting."
Earlier quoted context omitted.
Well, that's exactly the problem with systems like this. If you transmit something that looks like noise, and no one else sends something that looks like that particular kind of noise, then you are raising a flag that says "No, really, please, capture this data, it's interesting."
How can you differentiate between different "types of noise"? If the traffic is cryptographically sound, the signal is indistinguishable from the noise. If the messages from multiple people have a guessable seed, in such a way that you can identify what is noise, it just means that the system is not cryptographically sound.
Message length, relative timing, average bandwidth, ports used, source/destination addresses, activity punch-card.
I'd assume that this kind of traffic is identifiable to within near perfect certainty, which would also make it easy to block.
The situation is a bit similar to early crypto-analysis: it's totally easy to devise a cipher that makes text look random to the eye, but is still easily cracked using statistics (eg. frequency method). Just because traffic patterns look all complex and random doesn't mean that there is a meaningful amount of entropy in it (but you need a lot of entropy to hide all the metadata - who with whom and when). Just because bandwidth or packet frequency looks independent of user activity it doesn't mean that it actually is.
The paper was published October 2015: https://pdos.csail.mit.edu/papers/vuvuzela:sosp15.pdf Also, previous discussion: https://news.ycombinator.com/item?id=10668494
|Vuvuzela: Scalable Private Messaging Resistant to Traffic Analysis Their server is throwing a 500 error
There's very little on the Github page - 18 commits, with the last "real" commit (not just an organizational change) being in September. This might be a thing some day, but right now it's just another clever idea.