The Electronic Frontier Foundation posted an excellent guide to safe blogging a few days back. While the guide is quite rich in tips to ensure you don't reveal too much personal information while blogging, it doesn't look very closely at the technical issues associated with keeping a blog private. I decided to write a quick technical guide to anonymous blogging, trying to approach the problem from the perspective of a government whistleblower in a country with a less-than-transparent government. What follows is a first draft - I'll be posting it on the wiki as well (in a day or two) and will be grateful for comments, corrections and input.
Sarah works in a government office as an accountant. She becomes aware that her boss, the deputy minister, is stealing large amounts of money from the government. She wants to let the world know that a crime is taking place, but she's worried about losing her job. If she reports the matter to the Minister (if she could ever get an appointment!), she might get fired. She calls a reporter at the local newspaper, but he says he can't run a story without lots more information and documents proving her claims.
So Sarah decides to put up a weblog to tell the world what she knows about what's happening in the ministry. To protect herself, she wants to make sure no one can find out who she is based on her blog posts - she needs to blog anonymously.
There are two major ways a blogger can get caught when she is trying to blog anonymously. One is if she reveals her identity through the content she publishes - for instance, if Sarah says, “I'm the assistant chief compliance accountant to the Deputy Minister of Mines,” there's a good chance that someone reading her blog is going to figure out who she is pretty quickly. The Electronic Frontier Foundation's guide, “How to Blog Safely”, offers some great advice on how to avoid revealing your identity with the content of your blog.
The other way Sarah can get caught is if someone can determine her identity from information provided by their web browsers or email programs. Every computer attached to the internet has - or shares - an address called an IP address - it's a series of four numbers from 0-255, separated by dots - for instance: 213.24.124.38. When Sarah uses her web browser to make a comment on the Minister's blog, the IP address she was using is included on her post.
With a little work, the Minister's computer technicians may be able to trace Sarah's identity from this IP address. If Sarah is using a computer in her home, dialing into an Internet Service Provider, the ISP likely has records of which IP address was assigned to which telephone number at a specific time. In some countries, the Minister might need a subpoena to obtain these records; in others (especially ones where the ISP is owned by the government!), the ISP might give out this information very easily, and Sarah might find herself in hot water.
There are a number of ways Sarah can hide her identity when using the Internet. As a general rule, the more secure Sarah wants to be, the more work she needs to do to hide her identity. Sarah - and anyone else hoping to blog anonymously - needs to consider just how paranoid she wants to be before deciding how hard she wants to work to protect her identity. As you will see, some of the strategies for protecting identity online require a great deal of technical knowledge and work.
Step one - psuedonyms
One easy way Sarah can hide her identity is to use a free webmail account and free blog host outside her native country. (Using a paid account for either email or webhosting is a poor idea, as the payment will link the account to a credit card, a checking account or paypal account that could be easily linked to Sarah.) She can create a new identity - a psuedonym - when she signs up for these accounts, and when the Minister finds her blog, he'll discover that it belongs to “A. N. Ymous”, with the email address anonymous.whistleblower@hotmail.com.
Some providers of free webmail accounts:
Hotmail Yahoo Hushmail - free webmail with support for strong cryptography Some providers of free weblog hosting:
Blogsome - free WordPress blogs Blogger Seo Blog
Here's the problem with this strategy - when Sarah signs up for an email service or a weblog, the webserver she's accessing logs her IP address. If that IP address can be traced to her - if she's using her computer at home, or her computer at work - and if the email or weblog company is forced to release that information, she could be found. It's not a simple matter to get most web service companies to reveal this information - to get Hotmail, for instance, to reveal the IP Sarah used to sign up for her account, the Minister would likely need to issue a subpoena, probably in cooperation with a US law enforcement agency. But Sarah may not want to take the risk that she could be found if her government can persuade her email and weblog host to reveal her identity.
Step two - public computers
One additional step Sarah could take to hide her identity is to begin using computers to make her blogposts that are used by lots of other people. Rather than setting up her webmail and weblog accounts from her home or work computer, Sarah could set them up from a computer in a cybercafe, a library, or a university computer lab. When the Minister traces the IP used to post a comment or a post, he'll discover that the post was made from a cybercafe, where any number of people might have been using the computers.
There are flaws in this strategy as well. If the cybercafe or computer lab keeps track of who is using what computer at what time, Sarah's identity could be compromised. She shouldn't try to post in the middle of the night when she's the only person in the computer lab - the geek on duty is likely to remember who she is. And she should change cybercafes often. If the Minister discovers that all the whistleblower's posts are coming from “Joe's Beer and Bits” on Main Street, he might stake someone out to watch the cybercafe and see who's posting to blogs in the hopes of catching Sarah.
Step three - anonymous proxies.
Sarah's getting sick of walking to Joe's cybercafe every time she wants to post to her blog. With some help from the neighborhood geek, she sets up her computer to access the web through an anonymous proxy. Now, when she uses her webmail and weblog services, she'll leave behind the IP address of the proxy server, not the address of her home machine… which will make it very hard for the Minister to find her.
First, she finds a list of proxy servers online, by searching for “proxy server” on Google. She picks a proxy server from the publicproxyservers.com list, choosing a site marked “high anonymity”. She writes down the IP address of the proxy and the port listed on the proxy list.
Some reliable lists of public proxies:
publicproxyservers.com - lists anonymous and non-anonymous proxies Samair - only lists anonymous proxies, and includes information on proxies that support SSL rosinstrument proxy database - searchable database of proxy servers
Then she opens the “preferences” section of her webbrowser. Under “general”, “network” or “security” (usually), she finds an option to set up a proxy to access the Internet. (On the Firefox browser, which I use, this option is found under Preferences - General - Connection Settings.)
She turns on “manual proxy configuration”, enters the IP address of the proxy server and port into the fields for HTTP proxy and SSL proxy and saves her settings. She restarts her browser and starts surfing the web.
She notices that her connection to the web seems to be a bit slower. That's because every page she requests from a webserver takes a detour. Instead of connecting directly to Hotmail.com, she connects to the proxy, which then connects to Hotmail. When Hotmail sends a page to her, it goes to the proxy first, then to her. She also notices that she has some difficulty accessing websites, especially sites that want her to log in. But at least her IP isn't being recorded by her weblog provider!
A fun experiment with proxies:
Visit noreply.org, a popular remailer website. The site will greet you by telling you what IP address you're coming from: “Hello pool-151-203-182-212.wma.east.verizon.net [151.203.182.212], pleased to meet you.”Now go to anonymizer.com, a web service that allows you to view (some) webpages through an anonymous proxy. In the box on the top right of the anonymizer page, enter the URL for http://www.noreply.org (or just click this link.) You'll note that noreply.org now thinks you're coming from vortex.anonymizer.com. (Anonymizer is a nice way to test proxies without needing to change your browser settings, but it won't work with most sophisticated web services, like webmail or weblogging servers.)
Finally, follow the instruction above to set up your webbrowser to use an anonymous proxy and then visit noreply.org to see where it thinks you're coming from.
Alas, proxies aren't perfect either. If the nation Sarah lives in has restrictive internet laws, many websurfers may be using proxies to access sites blocked by the government. The government may respond by ordering certain popular proxies to be blocked. Surfers move to new proxies, the government blocks those proxies, and so the circle of life continues. All of this can become very time consuming.
Sarah has another problem if she's one of very few people in the country using a proxy. If the comments on her blog can be traced to a single proxy server, and if the Minister can access logs from all the ISPs within a country, he might be able to discover that Sarah's computer was one of the very few that accessed a specific proxy server. He can't demonstrate that Sarah used the proxy to post to a weblog server, but he might conclude that the fact that the proxy was used to make a weblog post and that she was one of the few people in the nation to use that proxy constituted evidence that she made the post. Sarah would do well to use proxies that are popular locally and to switch proxies often.
Step four - MixMaster, Invisiblog and GPG
Sarah starts to wonder what happens if the proxy servers she's using get compromised? What if the Minister convinces the operator of a proxy server - either through legal means or through bribery - to keep records and see whether anyone from his country is using the proxy, and what sites they're using. She's relying on the proxy administrator to protect her, and she doesn't even know who the administrator is!
Spending quite a long time with the local geek this time, she explores a new option: Invisiblog. Run by an anonymous group of Australians called vigilant.tv, Invisiblog is a site designed for and by the truly paranoid. You can't post to Invisiblog via the web, as you do with most blog servers. You post to it using specially formatted email, sent through the MixMaster remailer system, signed cryptographically.
It took Sarah a few tries to understand that last sentence. Eventually, she set up GPG - the GNU implementation of Pretty Good Privacy, a public-key encryption system. (In two sentences: Public-key encryption is a technique that allows you to send messages to a person that only she can read, without her needing to share a secret key with you that would let you read messages other people send to her. Public key encryption also allows people to “sign” documents with a digital signature that is almost impossible to forge.) She generates a keypair that she will use to post to the blog - by signing a post with her “private key”, the blog server will be able to use her “public key” to check that a post is coming from her, and then put it on the blog.
She then sets up MixMaster, a mailing system designed to obscure the origins of an email message. MixMaster uses a chain of anonymous remailers - computer programs that strip all identifying information off an email and send it to its destination - to send email messages with a high degree of anonymity. By using a chain of 2 to 20 remailers, the message is very difficult to trace, even if one or more of the remailers is “compromised” and is recording sender information. She has to “build” MixMaster by compiling its source code, a project that requires a great deal of geek assistance.
She sends a first MixMaster message to Invisiblog, which includes her public key. Invisiblog uses this to set up a new blog, with the catchy name “invisiblog.com/ac4589d7001ac238″ - the long string is the last 16 bytes of her GPG key. Then she sends future posts to invisiblog, by writing a text message, signing it with her public key and sending it via MixMaster.
It's not nearly as fast as her old style of blogging. The misdirection of MixMaster mailers means that it takes anywhere from two hours to two days for her message to reach the servers. And she has to be very careful about looking at the blog - if she looks at it too often, her IP address will appear in the blog's log frequently, signalling that she'l likely to be the blog author. But she's reassured by the fact that the owners of invisiblog have no idea who she is… and she now knows more about open-source software than she'd ever wanted to know.
The main problem with the Invisiblog system is the fact that it's incredibly difficult for mere mortals to use. Most people find GPG a challenge to set up, and have difficulty understanding the complexities of public and private keys. More userfriendly crypto tools, like Ciphire, have been set up to help the less geeky of us, but even they can be tricky to use. As a result, very few people - including people who might really need it - use encryption for most of their email.
MixMaster is a true technical challenge for most users. Windows users can use an early DOS version of the program by just downloading it. I downloaded and tested it yesterday, and it doesn't appear to work… or perhaps my email is still being remailed back and forth between remailers. Anyone wanting to use the newer version, or wanting to use the program on Linux or Mac, needs to be able to compile the program themselves, a task beyond many expert users. It's possible that Invisiblog would become more useful if it accepted messages from web-accessible remailers, like riot.eu.org - for now, I can't see it as being particularly helpful for the people who need it most.
There's an additional set of problems with strong encryption in repressive nations. If Sarah's computer is seized by the government and her private key is found, it would constitute strong evidence that Sarah had authored the controversial blog posts. And, in countries where encryption is not widely used, simply sending out MixMaster messages - mail messages wrapped in strong encryption - might be enough to cause Sarah's internet usage to be watched closely.
Is Sarah's solution - learning enough about cryptography and software to use MixMaster - your solution? Or is some combination of steps 1,2 and 3 sufficient to let you blog anonymously? There's no one answer - any path towards anonymity needs to consider local conditions, your own technical competence and your level of paranoia. If you have reason to be worried that what you're posting could endanger your safety, a combination of steps 1, 2 and 3 is probably not a bad idea.
Oh, and remember not to sign your blog posts with your real name!

















Send this by E-mail













Small Bits of Chaos: Video, Anonymous Blogs, Real ID Act dead
This New York Times article on Videos Challenge Accounts of Convention Unrest covers the fascinating conflict between the video and human memories of an event; the issues raised by transparent video editing, and other issues. Worth reading. During a…
I’m already getting good feedback on this, including the valid question: why no mention of TOR (The Onion Router). The simple answer - I’m still experimenting with TOR and wasn’t ready to write knowledgeably about it yet. I’ll revise this document with information on Ciphire and TOR in the next week or two.
Looks like a solid article, and though I’m not much of a techie, it seems like it’s got some with some good practical advice for those who need it.
More philosophically, I’m opposed to the notion of anonymous blogging where-ever it is possible to avoid it. Anonymity reduces the credibility of what is being said, and opens up the opportunity for scandal and muckracking, for example by people deliberately spreading false information using an anonymous blog. Instead, where-ever possible bloggers should correctly disclose their ID, at least in the case of opinion/commentry blogs. Obviously anonymity is essential in some cases, notable in non-democratic states and where one’s job might be on the line, but as a general trend in blogging, I don’t think it’s a healthy one.
[...] ; Ethan @ 6:30 pm
I received excellent feedback on the first draft of the technical guide to internet anonymity I wrote a few days back for Global Voices. One of the ques [...]
I generally write about proxy servers from the perspective of censorship circumvention, but I believe my comments hold true for people seeking anonymity.
With open proxy servers, it is not explicitly known if open proxy servers have been set-up as a public service or if they have been just badly configured to inadvertently allow public access. Depending on the interpretation of local law, the use of open proxy server may be viewed as ‘unauthorized access’ and open proxy users may subject to legal penalties.
The anonymity provided by using public proxies is simply to sheild your IP address from the host you are connecting to (such as your blog host provider). there is also no guarantee that the information concerning anonymity level of the proxy servers is accurate. Always double check that identifying information is not being forwarded by the proxy server.
All the communication between you and the proxy server is almost always in plain text, thus easily intercepted by anyone sniffing traffic upstream. And any information passing through the proxy server can be intercepted by the owner of the proxy server.
When using an open proxy server your anonymity is entirely in the hands of an unknown, untrusted intermediary. Therefore the use of open proxies is not a prefered option and should only be used by persons in low security risk environments who require temporary or ad-hoc anonymity needs and who do not need to transmit sensitive information.
[...]
Anonymous Blogging
Tuesday 3 May 2005 @ 7:37 pm
From Global Voices, a technical accompaniment to the recent EFF post on How to Blog Safely (Anonymously).
[...]
[...] hlessly alarmist article on blogging safely Canwest’s Tips for Blogging About Work Global Voices on blogging anonymously
| Posted in Weblogs, Employment |
[...]
[...] zuckerman @ 6:21 am
I posted, some weeks back, the first draft of a technical guide to anonymous blogging. I’ve gotten great feedback from fo [...]
http://www.martus.org/
“”"Martus is a software tool that allows users to document incidents of abuse by creating bulletins, uploading them at the earliest opportunity, and storing them on redundant servers located around the world.”"”
“”"Martus™ software – on the client side – will incorporate encryption capabilities to maintain the integrity and security of the bulletins created and reported by NGOs. This encryption takes place at the initial stage of bulletin creation, before it is transmitted over the Internet.”"”
“”"Martus tools are designed as free/open source software programs, built on top of open source tools.”"”
Thanks, Jean. I know Martus pretty well and think it, and the group behind it - Benetech - are terrific. They’re not a publishing platform, though. They’re really designed to provide secure backup and storage for data, not to publish anonymously on a regular basis…
I would sure like to know how good TOR is at anonymity.
[...] [9] Zuckerman, Ethan. “A Technical Guide to Anonymous Blogging – A Very Early Draft.” April 13 2005. http://cyber.law.harvard.edu/globalvoices/?p=125. (14 August 2005) [...]
[...] I am glad I found Blogsome. Now I can have my free WordPress blog. I found this site while browsing the Electronic Frontier Foundation website which had a linked to a page on Global Voices Online. I even found a way to post pictures on this free blog. That’s great! Comments » [...]
An Onion a Day Keeps the Speech Free
I don’t want to be overly dystrophic, but these are dark days for free speech. Internet filtering is becoming increasingly common in the world, the regimes are getting better at it and the schemes harder to circumvent.
This is where Tor, an EFF su…
[...] Good info: A technical guide to anonymous blogging [...]
[...] A while ago, the EFF published a guide to anonymous blogging. Global Voices expands on the concept, adding in some more techie stuff. At the moment, I don’t really feel a lot of need to be anonymous. But it’s good to keep these sorts of references around, for when I, or you, do. (Via Brad Spangler, from the LibertyFilter RSS feed.) [...]
Seo is dead
When I was in San Jose last summer at the SES convention, I attended a session which dealt with contextual advertising. In the panel was Jason Calcanis and when asked about SEO he said to the audience that he thought “seo was dead”. I w…
[...] A technical guide to anonymous blogging - a very early draft [...]
[...] A technical guide to anonymous blogging - a very early draft [...]
in your case #3, how often are high anonymity or anonymous proxies “forced” to “trace” the IP address who had accessed website through that proxy? why don’t servers disclose their retention policies? if that is the case, there is no real security in using a high anonymity proxy b/c presumbly coercion of some sort (money, law, etc.) can reveal the tracing of the original query. I imagine this is resolved through chaining requests through proxies in different countries? if sarah sets up a proxy chain of 3 servers, each “high anonymity”, isn’t she pretty safe then?
Invisiblog seems to be dead now. But there is something interesting around. Check out syndiemedia.i2p.net. An i2p.net (invisible internet protocol) blog service, that also could be used in conjunction with other programms like TOR. But their pagerank seems to low currently.
[...] Here you can find full articles on how to blog anonymously: How to Blog Safely (About Work or Anything Else)http://www.eff.org/Privacy/Anonymity/blog-anonymously.php A Technical Guide to Anonymous Blogging (An Early Draft), by Ethan Zuckerman-http://cyber.law.harvard.edu/globalvoices/?p=125 A list of fired bloggers-http://morphemetales.blogspot.com/2004/12/statistics-on-fired-bloggers.html [...]
Believe me, the big problem of “Sarah” is her ISP, living in a country where they are just a few and everyone (ISP) can be bribed.
QUESTION : JAP v/s TOR. JAP look nice, which one would you choose?
regards
P.S. just in case, my yahoo mail is intercepted
[...] So, there is no easy answer to this problem. However, there are ideas and strategies that can be put in place. I am sure some of the writing and stylistic tactics are already being discussed on other forums. As I find them, I will include the links in posts here, but for the moment, I think the Electronic Frontier Foundation's How to Blog Safely (About Work or Anything Else) is a good start. Most of the ideas they discuss are technical, and deal with hiding the IP address of your computer and posts. I am not a computer security specialist, but I have worked with several, and from what I have learned from them and read on my own makes me strongly recommend any blogger who wishes to remain anonymous to at least use TOR. Ethan Zuckerman's A technical guide to anonymous blogging - a very early draft provides greater detail on some of the steps recommended in the EFF document. I would also highly recommend using Hushmail or some other encryption for any emails which deal with business matters. [...]
Here is a link to thousands of proxies for anonymous web surfing:
http://proxy.org/cgi_proxies.shtml
I have reason to believe that someone at comcast revealed the owner of the account of my anonymous blog. I took the site down in any case. What can I do?
Excellent site, added to favorites!!
[...] Luckily for us a lot of the work in this area has all ready been done. If you concerned about blogging safely there are two resources I would recommend to you. First is a article called, “How to Blog Safely (About Work or Anything Else)” written by The Electronic Frontier Foundation. This should be your first port of call of this issue. It examines the central issues and provides some solid advice. If you run your own blog or are more technically inclined Ethan Zuckerman’s follow up article, “A technical guide to anonymous blogging” is very useful and informative. Both articles are not very long. It would be wise to have a quick read. [...]
This New York Times article on Videos Challenge Accounts of Convention Unrest covers the fascinating conflict between the video and human memories of an event; the issues raised by transparent video editing, and other issues. Worth reading
you wrote:
“Most people find GPG a challenge to set up” and
“MixMaster is a true technical challenge for most users”.
It is very easy GPG if you install on HD a Linux distro as Suse, Mandriva, etc, etc. It is sufficient to use KDE environment and KGPG.
In these distros it is also very easy to install (by package managers) and use Tor, moreover in Suse there is Tork:
http://tork.sourceforge.net/wiki/index.php/Main_Page
For using Mixmaster, the easiest (and safest) way is this:
https://www.panta-rhei.eu.org/pantawiki/HowToUseMixmasterFromALiveCD
Today it is possible to use Linux without console, just as Windows.
[...] A technical guide to anonymous blogging - a very early draft with an October followup here [...]
[...] I wrote a technical guide to anonymous blogging some months back and posted it on Global Voices, outlining several different methods for blogging anonymously. Since then, I’ve led workshops in different corners of the world and have gotten comfortable teaching a particular set of tools - Tor, Wordpress and various free email accounts - which used in combination can provide a very high level of anonymity. The guide that follows below doesn’t offer you any options - it just walks you through one particular solution in detail. [...]
[...] >> Web anonymity for bloggers whose lives might really be in danger (earlier draft, via Lorelle) [...]
[...] Web anonymity for bloggers whose lives might be in danger (earlier draft). [...]
[...] I haven’t exactly covered all the aspects of anonymous blogging. For the truly paranoid, there are two excellent articles at Global Voices and EFF. [...]
How to Blog Safely (About Work or Anything Else)…
Blogs are like personal telephone calls crossed with newspapers. They’re the perfect tool for sharing your favorite chocolate mousse recipe with friends–or for upholding the basic tenets of democracy by letting the public know that a corru…
[...] Entonces este poste en inglés tiene algunas sugerencias: http://www.globalvoicesonline.org/?p=125 Las cosas que escribo o subo en mi blog, son mías? Es posible que alguien las copie y las haga pasar como de ellos? [...]
[...] I wrote a technical guide to anonymous blogging some months back and posted it on Global Voices, outlining several different methods for blogging anonymously. Since then, I’ve led workshops in different corners of the world and have gotten comfortable teaching a particular set of tools - Tor, Wordpress and various free email accounts - which used in combination can provide a very high level of anonymity. The guide that follows below doesn’t offer you any options - it just walks you through one particular solution in detail. [...]
When using anonymous proxies can the web sites you log into see your actual IP?
Also, are there any reliable proxies available to use on a regular basis? I’ve noticed many of these proxy list providers are showing proxies that don’t last long.
Nueslim - the theory behind an anonymous proxy is that the website you’re accessing can’t see your IP, and that the proxy itself “ignores” or throws away your IP address. You have a pretty good guarantee that the first part takes place, and much less assurance that the second takes place.
Proxies come and go - they’re frequently blocked by governments, especially when they appear on public lists. The theory behind a project like Psiphon is that you might be better off using a proxy set up by a friend and not publicly advertised - you can find out more about this by googling for Psiphon.
Hi Ethan,
Thanks for the excellent answer!
After reading your response to the first part about “anonymous” I realized I didn’t ask the right question. I should have written “transparent” proxy.
I don’t fully understand what a transparent proxy is. Is it a proxy that sees your IP but doesn’t pass it on? Or is it a proxy that passes on your IP and doesn’t offer any anonymity?
Thankya,
Susan
(Nueslim)
Good collection of links related to online anonymity.
http://www.anonymity.ws
[...] itu ya owner itu sendiri. Beberapa artikel mengenai blog safely, kalau ada yang interest : Global Voices Online Get Safe Online Happy [...]
[...] http://www.globalvoicesonline.org/?p=125 [...]
[...] כאן תוכלו למצוא מדריך טכני לרוצים לכתוב בלוג באנונימיות. [...]
I am reminded of the perpetual war in Mad Magazine’s Spy vs. Spy. The ultimate protection from discovery is, of course, the Suicide Pill.
This is all good in theory but even if a blog is un-tracable and anonyomis, in most cases the perpotrator will probably suspect who the author is. This also leavs the way open for terrorist organisations to use the net for communications.I am all for free speach, but if you can’t put your name to it is there any validity?
Sweet! Thanks for the information! I’m gonna let a few of my blogging friends in on this information.
The internet is a true representation of real life. If you are up front and honest, then somebody steals your identity. If you are the opposite, then you commit acts of negativism. You have to be as careful with your surfing as you do with the saftey and security of your home and family.
Hi Ethan and thanks for your intro on anonymous blogging.
I went for the Wordpress/TOR option but am still concerned with additional material you read on other sites, blogs and forums that there are still security issues such as having Java enabled (haven’t seen anything on Javascript) and TOR only being secure when using a https site (on account of exit nodes) which Wordpress isn’t.
I also use GPG to encrypt “sensitive” emails and files on my computer but then again, using it isn’t quite user friendly if you’re a “non techie”. BTW, have you looked at Freenigma.com? If so, how secure is that service?
AFAIK, it seems that no matter what you do, be prepared to accept the consequences for chances are you’ll be discovered…
Isn’t it awful to have to go through so many protective measures to protect something which should be a basic right, freedom of speech without the fear of retaliation?
I sure wish I could feel secure enough to start blogging…
I forgot to mention in my previous post, I sure wish that someone would write detailed step by step instructions for non-techies. There must be a lot of us going from site to site to gather all the available info.
Hmm, looks like this blog is dead.
Anyways, for anyone reading this post, I created a forum on Web Privacy Tools and Discussions at <a href=”http://matesjunction.com/forumsoft/”
Cheers!
There are 3 kinds of people - those who wish to announce themselves (and their genius) and who take every opportunity to do so; those who are well hidden and never say ‘boo’ to anyone; and those who cannot shut up, yet wish to blather on anonymously. Who should we most seek to listen to — group 2, I think, but we don’t know where they are.
TOR was designed for the average surfer. Just visit the TOR site and you’ll find the step-by-step instructions.
http://www.torproject.org/
I am not convinced of TOR and its products. Very slow and the software is still Alpha.
Hello Sir,
Thanks a lot to Mzalendo for giving us this forum:
Please kindly remove my 10th April comment about President Kibaki and replace it with the 17th April one. I will appreciate that very much.
With regards,
Peter Ngugi
[...] people face when they express themselves openly in certain environments, Zuckerman also wrote a technical guide back in 2005 that explains how a combination of web tools could be deployed to maintain a high [...]
[...] عن كيفية القيام بذلك : http://www.eff.org/Privacy/Anonymity/blog-anonymously.php http://www.globalvoicesonline.org/?p=125) [...]
[...] list is an extract from Zuckerman article on this topic. And i suggest you read it and find how is hard to stay anonymous online. Even [...]
I am a parliamentary reporter and indeed the media does not do much to dimistify the house without windows as we commonly call it in our news rooms,thats probably why I am intending to develope a blog exclusively ment for parliament and nothing else,but again you have it!And gues what its empty and no content in it!Do you lack capacity or what?
I am willing to work with you to feed you on the happenings in parliament every single day!
How does that sound?get back to me as early as yesterday and we can come to some agreemenht.
Good luck in great work!
[...] versão anterior deste guia foi escrita por Ethan Zuckerman em 13 de abril de 2005 e atualizada em 1º de outubro de 2006. Em 8 de agosto a Global Voices Advocacy publicou uma [...]
Ethan,
Great information… Getting information out can be very complex. Maybe the next deepthroat is reading this very information…