=== ObfuscaTOR === Contributors: ryanday Tags: tor, anonymity Tested up to: 2.8.5 Donate: https://www.torproject.org/donate.html Stable Tag: 1.0 This plugin grabs Tor bridge information and displays that information in an obfuscated form. == Description == The purpose of this plugin is to display bridge information from bridges.torproject.org to readers of your blog without the addresses being grabbed by censoring governments and filtered. The hope is that many people will run this plugin and make it impossible (or just very hard) for Tor bridge information to be filtered, but still allow that information to be available to large groups of people. == Installation == 1. Unzip this plugin into your wp-content/plugins/ directory 2. Activate it in the wordpress admin section. This has been tested on 2.8.4 and 2.8.5 on a Linux and Windows system. You should immediatley be up and running. There are more configuration options however: - Image Placement: This is where you would like your image displayed. I have included a few popular areas that are used in most Wordpress themes. If you need a new area please let me know. - Checking for new bridges: This plugins uses a simple cacheing system to store bridge information. The information you receive from the bridges.torproject site is only renewed every few hours(12 or more I think). This means there is no need to generate extra traffic for your own network, and for Tor's network, with unecessary requests. This option lets you choose how often to check for new bridge information. - Recreate Image: Generating the image takes a second or two, so it can end up slowing down your blog load time. Since there isn't new bridge information very often, there is really no need generate a new image on every page request. Every now and then you get a bad image though, so there is a box you can check which will generate a new image immediatley. - Image Size: The height and width of the generated image == Extraneous == This Wordpress plugin is based on the ObfuscaTOR library that I put together using several publicly available CAPTCHA image programs. You can either copy that library out, or grab the latest from Github, and use it to develop plugins for your favorite CMS. This is encouraged! The more plugins out there, the more people can distribute bridge information without the censors being able to automatically filter it. If you write a plugin, please let me know and I can link to you. Also if you have more CAPTCHA creation libraries or better CAPTCHA libraries please let me know or fork the ObfuscaTOR lib on Github so we can keep improving this. Please see the ObfuscaTOR library readme for further info.