Slashdot Log In
Peekabooty, Camera/Shy Released
Posted by
michael
on Sun Jul 14, 2002 09:19 AM
from the carnivore-go-home dept.
from the carnivore-go-home dept.
An anonymous (how appropriate) writer sends "Peek-a-Booty, a program designed to circumvent mechanisms (such as China's Great Firewall) limiting access to websites, has been open-sourced. It's listed as a "Beta" on SourceForge, but the Peek-a-booty website seems to encourage people to start using it." And Doug writes "PC World
reports about a new tool to encrypt text with a click of the mouse and bury
the text in an image. After posting an embedded image on a Web site, someone
can notify intended recipients by e-mail with code words such as 'Go to
this URL to see pictures from my birthday party.'"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
What a shame (Score:1, Insightful)
Isn't half of... (Score:2)
Just a thought
Birthday pics? (Score:5, Funny)
This product must have already been released since I've been getting emails like that for months now. "I just turned 18! Click here for hot pictures from my 18th birthday party! You won't believe how wild my barely 18 year old friends and I got that night!"
Re:Sounds like.... (Score:2, Insightful)
Re:Sounds like.... (Score:2)
Re:Show me the money (Score:2)
er... (Score:4, Funny)
Re:er... (Score:2)
Re:er... (Score:2)
Well... (Score:3, Funny)
As Usual (Score:2, Informative)
Users in countries where the Internet is censored do not necessarily need to install any software. They merely need to make a simple change to their Internet settings so that their access to the World Wide Web is mediated by the Peekabooty network.
Re:er... (Score:2, Informative)
That explains it! (Score:3, Funny)
Free sites already foil this, IIRC (Score:4, Informative)
If you take a jpeg and encode some data steganographically and later the compression is changed, wouldn't that effectively remove the steganographic information? (Correct me if I'm wrong.)
Now, if I was trying to communicate with terrorists this way, pretty much the only safe way would be to put the 'birthday pics' up on a very popular free site - no way I'd post them anywhere that had my name connected to it.
I don't know if the compression thing is common, but couldn't something like that be put pretty transparently into "The Great Firewall"?
Cheers,
Jim in Tokyo
Re:Free sites already foil this, IIRC (Score:2)
Watermarks are like steganography in that both involve embedding information in a file that isn't immediately visible or audible.
Of course watermarks are supposed to be easy to find, which is a big difference. Ideal steganoraphy should be undetectable without a secret key.
Then there's the question of whether the watermarking vendors are, uh, exaggerating.
Wide use of stego technology could lead to a brand new kind of censorship. Any secret policeman could claim that any file contained contraband. "Attention all citizens! The file 'Los Angeles Police.mpg. contains encoded attack orders from Osama bin Laden! If you know anyone who has it, denounce them to your neighborhood committee immediately!"
Re:Free sites already foil this, IIRC (Score:2, Informative)
Re:Free sites already foil this, IIRC (Score:2)
Really, in a case I know about, warez ends up being about 30% of a "free hosting" site's traffic. (With naked kiddies taking up the rest of the majority).
Re:Free sites already foil this, IIRC (Score:2)
Exactly how well is open to much dispute.
Am I missing something? (Score:5, Interesting)
First, the project assumes that the governments are using a NOT list. This is a big assumtion. I would think that control freaks like the Chinese government would more likely use an ALLOW list. A small list of governmet sanctioned sites. This would, of course, negate Peek-A-Booty.
If the government is in fact, using a NOT list, there are already countless open proxies continually popping up all over the place. This makes me think that the whole project is redundant.
Re:Am I missing something? (Score:2)
I always thought if you want information bad enough, you can just sign up for an ISP account offshore, sure long distance is gonna cost you, but then again, you can see access all the information you want.
Re:Am I missing something? (Score:5, Insightful)
But it's really a non-issue. Even 4 years ago, all the internet cafes I visited by default went through a proxy that pretty much allowed you to view whatever you wanted. Knowledge of how to circumvent the blocks were very common among the younger audience. I'm sure it's even more prevalent today. For China, at least, this project isn't really relevant.
Parent
Re:Am I missing something? (Score:2, Interesting)
The Chinese government DOESN'T EVEN BLOCK THE GOOGLE CACHE. Any site that's blocked, you just look it up in Google, and hit the "cached" link. They did block Google, once, for about a week, until popular outrage made them give it up.
That should give you an idea of just how "terrified" they are by the so-called threat the Internet poses to their hold on power. What they're really afraid of are the tens of millions of affluent, educated, urban Internet users rising up in revolt if their favorite toy gets taken away from them.
That, and the hundreds of millions of undereducated, underemployed peasants and factory workers who don't have a future, and barely enough to eat, much less Internet access.
Re:Am I missing something? (Score:3, Informative)
Re:Am I missing something? (Score:2, Insightful)
Re:Am I missing something? (Score:2)
Snake Oil (Score:5, Informative)
Rather than using a more advanced method of steganography, this tool packs data into the least significant bits of the image. Simple, easy, and incredibly obvious. This is to steganography what ROT13 is to encryption -- if you use it for anything important, people will laugh at you.
In fact, this is the worst kind of snake oil, because it is not only ineffective, but also dangerous. The administrators of the Great Firewall Of China (for example) could very easily detect files encoded with this software; using it would then be akin to waving a red flag and shouting "hey, I'm doing something I don't want you to know about". Bad steganography is worse than no steganography, because it highlights the fact that you're trying to hide something.
Re:Snake Oil (Score:2, Insightful)
Doesn't that become obvious only after the inclusion of headers and such? I mean that the distribution of 1's and 0's in an image should be pretty much the same, regardless of any hidden data.
The article is pretty light on technical details, so no answers from there.
Re:Snake Oil - How It's Obvious (Score:2)
Snake Oil? Maybe... maybe not. (Score:2, Interesting)
if you really want secrecy, you can move to things like "DriveCrypt", which makes containers you can mount as new drives. but these containers have no header, and being compressed and encrypted, it's impossible to distinguish them from purely random data unless you know the strong passphrase.
the idea of hiding data in the LSB of pictures (or mp3's for that matter) is old. just better hope that no one else has a copy of the original file! if you choose specific pictures where the LSB is statistically random enough, there is nothing that says you can't hide data there securely. the simplest way for short messages is to run MD5 (or some other hash) on your passphrase, and XOR the resulting digest on your message to produce your cyphertext. then just replace the LSB's in your image file.
just make sure you replace all your LSB's or else an attacker can detect that there is something hidden.
the only thing new about this particular tool is that it uses a browser plugin to decrypt the picture by double clicking on it. that sounds insecure to me.
drivecrypt lets you install the program entirely on removable media, so you don't have strange stego tools installed on your computer when the Red Police come busting down your door...
just my $.02.
muerte
Re:Snake Oil -- ROT13? Old school. (Score:2, Funny)
This stuff needed in USA (Score:4, Insightful)
Remember the Napster trial? The infamous statement by a RIAA honcho "We will firewall them at their PC"? And then go read the story just below this one where AOLTW's RoadRunner is port blocking Kazaa.
I find it very interesting phinisophically, that the net result of "Big Government (Communist)" and "Big Business (Capitalist)", when left unrestrained by civil law that is supposed to protect and affirm the rights of the individual, produce the SAME RESULTS!
In the communist system, as China is, the governmment IS the corporation. It makes up "laws" as it goes along, always to benefit those in power. In the USA, we've allowed corporations to achieve similar results by the fact that our Congress and Presidents are passing and signing laws WRITTEN BY THEM, as the DMCA and CBDTPA are.
Unfortunately for the tyrants, both governmental and corporate, there are a lot of Thomas Paine's in the world, and they tend to be creative people. Hence this program that lets you circumvent firewalls.
Re:This stuff needed in USA (Score:2)
Two reasons:
1. The extreme on the left in this country, the ones who's religion is government, LIKE China and wish the USA were more like it...
2. The megacorporations, who's religion is cheap labor.
Yet another stunning example that the extreme right and extreme left produce the SAME results, ultimately.
BTW, I don't necessarily agree that Communism is extreme Republicanism, I think socialism/communism are left wing totalitarianism. Right wing totalitarianism would be something more akin to what exists in the middle eastern Islamic fundamentalist states.
Much as I am devoted to my religion (Christianity), I DO NOT want priests running the country, if you catch my drift.
But they both produce similar results, an oppressed people whom have no individual rights or choices.
"One of the slogans for communism is that with everyone equal, there is no slavery and no discrimination. If you look at it, all but those in the high levels of government are slaves. If you look at it, all but those in the high levels of government are discriminated against."
Communism is state slavery. Where there is no individual liberty, nor right of private property, the State owns everything, and therefore, everybody. Should it surprise anyone that in EVERY so called "egalitarian" system, which Marxist-Lenninism-Maoism purports to be, that some (the few elites) are "more equal than equal".
Our own system is the same way, looking at the easy access the rich have to legislation, but has the virtue of not having YET opressed the average individual to the extreme of a communist state.
YET being the operative word. Legislatively, we are headed there. Rapidly. Not at the behest of government, but at the behest of the CORPORATIONS...
I see things like Peakabooty as 21st century civil disobedience. Sooner or later, a rebellion of the individual against the collective WILL happen, or else we will become nothing more than uniformed drones in the collective.
You can also use a program called Camouflage (Score:2)
I propose a new form of steganography (Score:3, Interesting)
Here's an example:
***SNORING KEEPING YOU FROM A GOOD NIGHT SLEEP ?***
tHIs proDuct has been featureD on national tv.doEs sNoring keep you up at night?
tired of having to sleep in separate rooMs bEcauSe of Snoring?
just tired of being tired becAuse of someone's snorinG?
tired of hEaring how your snoring kept someone up all night?
There is a safe, natural solution to your snoring problem...
And so on...
The steganographic schema could be a bit more advanced in the production version, but i think the basic idea is good enuff for a start.
Re:I propose a new form of steganography (Score:4, Informative)
Parent
Re:I propose a new form of steganography (Score:2)
Reinventing "crowds"? (Score:2)
Re:Reinventing "crowds"? (Score:2)
Re:Reinventing "crowds"? (Score:2)
Peekabooty website NOT blocked by the GFOC (Score:2, Informative)
Not that I really need this - I don't do anything that I need to hide from the Chinese government, Sure they block my access to Geocities and BBC but I don't see that as a bad thing.
- HeXa
Picture encryption (Score:2, Informative)
As usual... everyone is missing the point. (Score:3, Interesting)
Another nice benefit of this tool will be the developement of secure, anonymous P2P networks. Look at all the shit in the news lately about how ISP's are cutting off KaZaa. And, how Ranger Online [rangerinc.com] is tracking down Gnutella users. The RIAA/MPAA Gestapo is out to get us and take us down. New tools like Peekabooty and FreeNet will help to insure that these organizations will never, EVER shut down the free-flow of information on the Net. Peekabooty is a dagger that is aimed right at the heart of corporate America! It says: "You think you can take over the Net? Ha! Fuck you and the horse you rode in on!". This just proves to them that we can always defeat them with technology regardless of how much money they have!
6/4 anonymous proxy software (by cDc) (Score:2)
Re:uh yeah (Score:2)
Re:uh yeah (Score:1, Funny)
Re:hmm (Score:2, Insightful)
Cars make it pretty easy for terrorists to build a car bomb. Ryder trucks make it pretty easy for terrorists to fill one with ANFO. Should we stop making cars? Should we stop renting trucks? Buses make good targets for suicide bombers. Should our metropolitan areas stop offering bus service?
I don't mean to pick on you personally, but I'm getting damn tired of the argument that we shouldn't do this or that because it might make something easier for a terrorist. Just because there are assholes in the world doesn't mean there aren't people with legitimate uses for new technology.
Re:hmm (Score:2, Funny)
Re:excuse (Score:2, Funny)
I bet there is a secret code in anonymous Slashdot posts that set off notification to pick up the newest version of gap.jpg off of goatse.cx.
For example:
Dirty Gnu Hippie: The plan is ready, go get new instructions.
BSD is dying: Abort mission, pick up new instructions from hick.org.
Alan Thicke: Mission sucessful, drinks in safe house tonight
After all, who is going to run checksums on something silly like the goatse guy?
Re:nodes? (Score:2)
Re:Great... (Score:3, Insightful)
What's the difference between criminals and "legitimate" political dissidents? To the governments of the world, nothing.
I'm sure King George thought Washington and Jefferson were "crazies".
I'm sure the British government thought Ghandi was a criminal. They put him in jail several times.
The price of a truly free country is that "drug runners and crazies can send undetectible messages to eachother with great ease". This has to be so that future Ghandis and Mandellas can do so also.
Or we can just shut everybody up. Yeah, lets do that. Let's start with you.